Skip to content

Commit

Permalink
Try to fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jun 27, 2016
1 parent ecda582 commit 1fb12e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@

env:
- CONFIG=default

language: d
matrix:
include:
- d: dmd-2.069.2
os: linux
env: CONFIG=default
- d: dmd-2.069.2
os: osx
env: CONFIG=default
- d: gdc-4.9.2
os: linux
env: CONFIG=default
- d: ldc-1.0.0
os: linux
env: CONFIG=default
- d: ldc-1.0.0
os: osx
env: CONFIG=cocoa
Expand Down

0 comments on commit 1fb12e8

Please sign in to comment.