mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix PR checking on Travis
Don't return false if the Travis build is for a pull request.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ before_script:
|
||||
- cmake .. -DPROJECT_STATIC_RUNTIME=OFF -DBUILD_SHARED_LIBS=OFF
|
||||
|
||||
script:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm test || false'
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm test; fi
|
||||
- make tests && ./tests
|
||||
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user