Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed May 30, 2015
1 parent 12d8e43 commit 28f8b8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: d
matrix:
allow_failures:
- d: gdc-4.8.2
- d: ldc-0.15.1
- d: dmd-2.065.0
include:
- d: dmd-2.067.1
- d: gdc-4.9.2
- d: ldc-0.15.1
- d: dmd-2.065.0
- d: gdc-4.8.2

script:
- dub test --compiler=${DC}

0 comments on commit 28f8b8b

Please sign in to comment.