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

Commit

Permalink
Fix travis tests on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredelings committed May 21, 2019
1 parent 13a1933 commit d9e061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ script:
- cd ../..
- echo "\"Hello World\"" | projects/cmake/rb
- cd tests
- ./run_integration_tests.sh "$(readlink -f ../projects/cmake/rb)"
- ./run_integration_tests.sh ${TRAVIS_BUILD_DIR}/projects/cmake/rb
# Run testiphy
- export PATH=${TRAVIS_BUILD_DIR}/projects/cmake:$PATH
- cd
Expand Down

0 comments on commit d9e061e

Please sign in to comment.