Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
Norihiro Watanabe committed Mar 11, 2016
1 parent 57532e8 commit d31bcc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ dist: trusty
language: cpp
compiler: gcc

# workaround to exclude the default job
env:
matrix:
- TRAVIS_EMPTY_JOB_WORKAROUND=true

matrix:
exclude:
- env: TRAVIS_EMPTY_JOB_WORKAROUND=true
include:
- env: CASE=FEM
#- env: CASE=SP
Expand Down Expand Up @@ -33,8 +40,6 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- clang-format-3.7
exclude:
- compiler: gcc # workaround to exclude the default job

install:
# Lis
Expand Down

0 comments on commit d31bcc8

Please sign in to comment.