We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0664ccf commit f8cc2a1Copy full SHA for f8cc2a1
.travis.yml
@@ -269,6 +269,7 @@ jobs:
269
270
# Run Coverity
271
- stage: Test different OS/CXX/Flags
272
+ if: type = cron
273
os: linux
274
sudo: required
275
compiler: gcc
@@ -289,12 +290,6 @@ jobs:
289
290
build_command: "make -C src -j2"
291
branch_pattern: "develop"
292
before_install:
- - |
293
- if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]
294
- then
295
- echo "This is not a cron build and build is not needed."
296
- travis_terminate 0
297
- fi
298
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
299
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
300
- g++ --version
0 commit comments