Skip to content

Commit

Permalink
Merge pull request #58 from John-Colvin/patch-2
Browse files Browse the repository at this point in the history
update travis compilers
  • Loading branch information
SingingBush authored May 11, 2018
2 parents 5073a26 + c7de380 commit 32a862b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ dist: trusty
d:
- ldc
- dmd
- dmd-2.074.0
- dmd-2.073.2
- dmd-2.072.2
- dmd-2.071.2
- dmd-2.070.2
- ldc-1.2.0 # eq to dmd v2.072.2
- ldc-1.1.1 # eq to dmd v2.071.2
- ldc-1.0.0 # eq to dmd v2.070.2
- dmd-2.080.0
- dmd-2.079.1
- dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
- dmd-2.075.1
- ldc-1.9.0 # eq to dmd v2.079.1
- ldc-1.8.0 # eq to dmd v2.078.3
- ldc-1.7.0 # eq to dmd v2.077.1
- ldc-1.6.0 # eq to dmd v2.076.1
- ldc-1.5.0 # eq to dmd v2.075.1
- gdc

before_install:
Expand Down

0 comments on commit 32a862b

Please sign in to comment.