瀏覽代碼

Export LD_LIBRARY_PATH.

Josh Haberman 10 年之前
父節點
當前提交
2f56bf9819
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -12,7 +12,8 @@ script:
   - cd java && mvn test && cd ..
   - cd javanano && mvn test && cd ..
   - cd python && python setup.py build && python setup.py google_test && cd ..
-  - LD_LIBRARY_PATH=../src/.libs cd python && python setup.py build --cpp_implementation && python setup.py google_test --cpp_implementation && cd ..
+  - export LD_LIBRARY_PATH=../src/.libs
+  - cd python && python setup.py build --cpp_implementation && python setup.py google_test --cpp_implementation && cd ..
   - make distcheck -j2
 notifications:
   email: false