Skip to content

Commit 0fd172a

Browse files
committed
Merge pull request #7 from DlangScience/John-Colvin-patch-4
Update .travis.yml
2 parents ba27ca4 + e08d724 commit 0fd172a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ os:
77
language: d
88

99
d:
10-
- dmd-2.069.0-b1
10+
- dmd-2.070.0-b1
11+
- dmd-2.069.2
1112
- dmd-2.068.2
1213
- dmd-2.067.1
1314
- dmd-2.066.1
14-
- ldc-0.16.0-beta2
15-
- ldc-0.15.2-beta2
15+
- ldc-0.17.0-alpha1
16+
- ldc-0.16.1
1617
- ldc-0.15.1
1718
- gdc
1819

1920
matrix:
2021
allow_failures:
2122
- os: osx
2223
d: gdc
23-
- os: linux
24-
d: ldc-0.15.2-beta2

0 commit comments

Comments
 (0)