Skip to content

Commit 861faa8

Browse files
committed
Fix script name in travis script.
1 parent 71d18e8 commit 861faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install:
8989
else
9090
make sizes `brew --prefix`/include/boost/variant.hpp;
9191
fi
92-
- script/run_compilation_failure_tests.sh
92+
- scripts/run_compilation_failure_tests.sh
9393
- if [[ ${TEST_GYP_BUILD:-0} == 'True' ]]; then
9494
make clean;
9595
make gyp;

0 commit comments

Comments
 (0)