From 46ddf3a86a8e886a7b401ce6598e084872048a61 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 11 Mar 2016 21:17:40 +0000 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b72b4e2..5503a1ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: