aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 17:05:38 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-04-09 17:05:38 -0700
commit0f2e72668d1a07c71988c8e20f4f90f356de70c8 (patch)
tree95f8d9ff266d9c4c458763eed253ccb17760151c /.travis.yml
parent2bd813b1b5bcff840cfb9972fd6dba1af1e41687 (diff)
Fix for current directory in Travis tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index daac9192..65818bdb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,8 @@ script:
- ./autogen.sh && ./configure && make -j2
- cd java && mvn test && cd ..
- cd javanano && mvn test && cd ..
- - cd python && python setup.py build && python setup.py google_test
- - LD_LIBRARY_PATH=../src/.libs cd python && python setup.py build --cpp_implementation && python setup.py google_test --cpp_implementation
+ - 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 ..
- make distcheck -j2
notifications:
email: false