Fix Travis passing when JS tests fail

This commit should fail, as there's been a JS test failure (due to an
outdated test) for a while.
This commit is contained in:
Oliver Hamlet
2016-03-11 21:17:40 +00:00
parent df765b1451
commit 46ddf3a86a
+1 -1
View File
@@ -58,7 +58,7 @@ before_script:
- cmake .. -DPROJECT_ARCH=64 -DPROJECT_STATIC_RUNTIME=OFF -DBUILD_SHARED_LIBS=OFF -DGTEST_ROOT=../../googletest-release-1.7.0
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm test || true'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm test || false'
- make tests && ./tests
before_deploy: