Skip to content

Commit

Permalink
travis: workaround travis bug travis-ci/travis-ci#4681
Browse files Browse the repository at this point in the history
  • Loading branch information
erenon committed Dec 13, 2015
1 parent 65d61ba commit 0f7c649
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ branches:
only:
- master

env:
# Workaround for: https://github.com/travis-ci/travis-ci/issues/4681
matrix:
- TRAVIS_EXTRA_JOB_WORKAROUND=true

matrix:
include:

Expand All @@ -22,6 +27,9 @@ matrix:
packages:
- g++-4.8

exclude:
- env: TRAVIS_EXTRA_JOB_WORKAROUND=true

install:
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
- mkdir -p ${DEPS_DIR} && cd ${DEPS_DIR}
Expand Down

0 comments on commit 0f7c649

Please sign in to comment.