Skip to content

Commit 38f1a4a

Browse files
author
Benjamin Chrétien
committed
travis: fix for new CI support
1 parent 3954ce1 commit 38f1a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- ./.travis/dependencies/eigen-3.2
2525
- ./.travis/run before_install
2626
script:
27-
- export LD_LIBRARY_PATH="/tmp/_travis/install/lib/roboptim-core/":$LD_LIBRARY_PATH; export CMAKE_ADDITIONAL_OPTIONS="-DTESTSUITE_SOLVER=ipopt";
27+
- export LD_LIBRARY_PATH="/tmp/_ci/install/lib/roboptim-core/":$LD_LIBRARY_PATH; export CMAKE_ADDITIONAL_OPTIONS="-DTESTSUITE_SOLVER=ipopt";
2828
- if [ "${COVERITY_SCAN_BRANCH}" != "1" ]; then ./.travis/run build; fi
2929
after_failure: ./.travis/run after_failure
3030
after_success: ./.travis/run after_success

0 commit comments

Comments
 (0)