mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Skip JS tests for pull requests
The JS tests run on Sauce Labs, which requires a secure connection to be set up, which isn't allowed for pull requests for security reasons, causing the tests to fail.
This commit is contained in:
+1
-1
@@ -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:
|
||||
- npm test
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm test || true'
|
||||
- make tests && ./tests
|
||||
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user