aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 17:12:00 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 17:12:00 -0700
commit2f56bf9819e6e4f69c30209512c028f9c2ad7f5d (patch)
treec60f7036a695f83fa3256abf08327b9bbf65b92f /.travis.yml
parent0f2e72668d1a07c71988c8e20f4f90f356de70c8 (diff)
Export LD_LIBRARY_PATH.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65818bdb..b8435f77 100644
--- a/.travis.yml
+++ b/.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