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 776a672 commit c0ef463Copy full SHA for c0ef463
.travis.yml
@@ -247,6 +247,7 @@ jobs:
247
248
# Run Coverity
249
- stage: Test different OS/CXX/Flags
250
+ if: type = cron
251
os: linux
252
sudo: required
253
compiler: gcc
@@ -267,12 +268,6 @@ jobs:
267
268
build_command: "make -C src -j2"
269
branch_pattern: "develop"
270
before_install:
- - |
271
- if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]
272
- then
273
- echo "This is not a cron build and build is not needed."
274
- travis_terminate 0
275
- fi
276
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
277
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
278
- g++ --version
0 commit comments