Skip to content

Commit

Permalink
[ci] workaround travis-ci/travis-ci#4681
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Feb 25, 2016
1 parent 6c84aee commit f9c9748
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ env:
- secure: "DuBGzmeKiWMm5m0+uZhutjzCffB2PbixmuMm3IZWUi7/uAam4PPI37oeqVTIytxxfpgRvfR2ah75eJyU6ab72MBoHxGkHem10RAvhC/vPYbLZu545qfSGatyTI9R6NfERUxi7YIxjs6D8c4D/5k3gMoCbMUkU1Lze1708lknh5U="

matrix:
- BUILD_DOC=true
- BOGUS_JOB=true

matrix:
exclude:
- env: BOGUS_JOB=true

include:
- compiler: g++
env: CXX_VERSION=4.8
Expand Down Expand Up @@ -76,6 +79,8 @@ matrix:
- clang-3.8
sources: *toolchain

- env: BUILD_DOC=true

install:
- DEPS_PATH="${TRAVIS_BUILD_DIR}/deps"
- mkdir "${DEPS_PATH}"
Expand Down

0 comments on commit f9c9748

Please sign in to comment.