Skip to content

Commit d52e5c7

Browse files
committed
travis: fix path
1 parent 2ab3292 commit d52e5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ install: pip install coveralls numpy
5555
script:
5656
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
5757
- ./.travis/run ../travis_custom/custom_build
58-
- cd $root_dir/unittest/cmake
58+
- cd $TRAVIS_BUILD_DIR/unittest/cmake
5959
- mkdir build
6060
- cd build
6161
- cmake ..
6262
- make
6363
- ./extra_lib
64-
- cd $build_dir
64+
- cd /tmp/_ci/build
6565
- make uninstall
6666
after_failure: ./.travis/run after_failure
6767
after_success: ./.travis/run after_success

0 commit comments

Comments
 (0)