Skip to content

Commit

Permalink
Fix script name in travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 14, 2016
1 parent 71d18e8 commit 861faa8
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 @@ -89,7 +89,7 @@ install:
else
make sizes `brew --prefix`/include/boost/variant.hpp;
fi
- script/run_compilation_failure_tests.sh
- scripts/run_compilation_failure_tests.sh
- if [[ ${TEST_GYP_BUILD:-0} == 'True' ]]; then
make clean;
make gyp;
Expand Down

0 comments on commit 861faa8

Please sign in to comment.