Skip to content

Commit

Permalink
Tests: Travis: Exclude default job which lacks our included environme…
Browse files Browse the repository at this point in the history
…nt variables.

Workaround travis-ci/travis-ci#4681
  • Loading branch information
jdhealy committed Aug 3, 2016
1 parent 97944d7 commit bb2c5c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ env:
os: osx
language: c
matrix:
exclude:
# Note: Workaround travis-ci/travis-ci#4681
# Exclude default job which lacks our included environment variables.
- compiler: gcc
include:
- osx_image: xcode7.3
env:
Expand Down

0 comments on commit bb2c5c2

Please sign in to comment.