Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed May 28, 2015
1 parent 30cd358 commit c3ad113
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ matrix:
allow_failures:
- d: gdc-4.8.2
- d: ldc-0.14.0
- d: dmd-2.063.1
- d: dmd-2.065.0
include:
- d: dmd-2.067.1
- d: dmd-2.063.1
- d: gdc-4.8.2
- d: gdc-4.9.2
- d: ldc-0.15.1
- d: dmd-2.065.0
- d: gdc-4.8.2
- d: ldc-0.14.0

script:
- dub build standardpaths --compiler=${DC}
- dub run standardpaths:printdirs --compiler=${DC}
Expand Down

0 comments on commit c3ad113

Please sign in to comment.