aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-27 05:53:35 -0400
committerJack Lloyd <[email protected]>2017-08-29 07:35:43 -0400
commitd320806891db43f16d3bf5577f6492f5269adf9f (patch)
tree31e402d5516eac92b984b96c3bb9ac400b5ee358 /.travis.yml
parent5599bd3dbd41dd233a8b5d0c7d61fe945b0973f1 (diff)
We've always been at war with shell scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 266c1686a..22eca2147 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@ env:
global:
- CCACHE_SIZE=50M
- CCACHE_COMPRESS=1
- - BUILD_JOBS=2
# SONAR_TOKEN for accessing the SonarQube server
- secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ="
@@ -98,10 +97,7 @@ install:
- ./src/scripts/ci/travis/install.sh
script:
- - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./src/scripts/ci/travis/main.sh ; fi
-
-after_success:
- - ./src/scripts/ci/travis/after_success.sh
+ - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./src/scripts/ci_build.py --os=$TRAVIS_OS_NAME --cc=$CC --cc-bin=$CXX $BUILD_MODE; fi
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
branches: