Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit d9e061e

Browse files
committed
Fix travis tests on mac.
1 parent 13a1933 commit d9e061e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ script:
7575
- cd ../..
7676
- echo "\"Hello World\"" | projects/cmake/rb
7777
- cd tests
78-
- ./run_integration_tests.sh "$(readlink -f ../projects/cmake/rb)"
78+
- ./run_integration_tests.sh ${TRAVIS_BUILD_DIR}/projects/cmake/rb
7979
# Run testiphy
8080
- export PATH=${TRAVIS_BUILD_DIR}/projects/cmake:$PATH
8181
- cd

0 commit comments

Comments
 (0)