Skip to content

Commit

Permalink
Fix exclude section of .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Sep 13, 2015
1 parent 779f134 commit 515a4e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ env:

matrix:
exclude:
- d: dmd-2.065.0
env: VIBED_DRIVER=libasync
- d: ldc-0.14.0
env: VIBED_DRIVER=libasync
- d: ldc-0.15.1
env: VIBED_DRIVER=libasync
- d: gdc-4.9.0
env: VIBED_DRIVER=libasync
env: VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0
- d: gdc-4.9.2
env: VIBED_DRIVER=libasync
env: VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0

script: ./travis-ci.sh

Expand Down

0 comments on commit 515a4e6

Please sign in to comment.