Skip to content

Commit

Permalink
Merge pull request diffblue#2313 from smowton/smowton/admin/coverity-…
Browse files Browse the repository at this point in the history
…travis

Improve coverity Travis build
  • Loading branch information
Daniel Kroening authored Jun 8, 2018
2 parents 894a20f + 6982f86 commit f927ae9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ jobs:

# Run Coverity
- stage: Test different OS/CXX/Flags
if: type = cron
os: linux
sudo: required
sudo: false
compiler: gcc
cache: ccache
addons:
Expand All @@ -261,12 +262,6 @@ jobs:
build_command: "make -C src -j2; make -C jbmc/src -j2"
branch_pattern: "develop"
before_install:
- |
if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]
then
echo "This is not a cron build and build is not needed."
travis_terminate 0
fi
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
- g++ --version
Expand Down

0 comments on commit f927ae9

Please sign in to comment.