Skip to content

Commit

Permalink
ci: fix travis configuration
Browse files Browse the repository at this point in the history
run make install via sudo in order to allow fixing up the dylibs/frameworks
  • Loading branch information
timblechmann committed Jan 30, 2016
1 parent 98fadb0 commit 5194502
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 @@ -36,7 +36,7 @@ before_script:
- iflin export SCLANG=$TRAVIS_BUILD_DIR/BUILD/Install/bin/sclang

script:
- make install
- sudo make install
- $TRAVIS_BUILD_DIR/testsuite/sclang/launch_test.py $SCLANG

- export COMMIT_NAME=$TRAVIS_COMMIT
Expand Down

0 comments on commit 5194502

Please sign in to comment.