diff --git a/.travis.yml b/.travis.yml index dd3fc24..9bd540f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: c install: - git submodule init - git submodule update --init --recursive --remote +- ./hacking/buildtools.sh script: -- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./hacking/continuous-build.sh; fi +- ./hacking/continuous-build.sh compiler: - gcc-4.8 env: @@ -24,6 +25,5 @@ addons: name: JehanneOS/jehanne description: Build submitted via Travis CI notification_email: jehanneos@googlegroups.com - build_command_prepend: git submodule init && git submodule update --init --recursive --remote - build_command: "./hacking/coverity-scan.sh" + build_command: "build" branch_pattern: coverity_scan diff --git a/hacking b/hacking index 26847c6..ed86291 160000 --- a/hacking +++ b/hacking @@ -1 +1 @@ -Subproject commit 26847c64866646b5715cbcdd612cdc6694f913cb +Subproject commit ed8629197fb53e629fa59f277b006e3625a0a360