We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 894a20f + 6982f86 commit f927ae9Copy full SHA for f927ae9
.travis.yml
@@ -240,8 +240,9 @@ jobs:
240
241
# Run Coverity
242
- stage: Test different OS/CXX/Flags
243
+ if: type = cron
244
os: linux
- sudo: required
245
+ sudo: false
246
compiler: gcc
247
cache: ccache
248
addons:
@@ -261,12 +262,6 @@ jobs:
261
262
build_command: "make -C src -j2; make -C jbmc/src -j2"
263
branch_pattern: "develop"
264
before_install:
- - |
265
- if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]
266
- then
267
- echo "This is not a cron build and build is not needed."
268
- travis_terminate 0
269
- fi
270
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
271
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
272
- g++ --version
0 commit comments