Skip to content

Commit dd898d0

Browse files
committed
update travis config
1 parent f2e2a7f commit dd898d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
dist: trusty
12
sudo: false
23
os:
34
- linux
45
- osx
56
language: d
67
d:
7-
- ldc-1.2.0
88
- ldc-1.3.0
99
- ldc-1.4.0
10+
- ldc-1.5.0
11+
- ldc-1.6.0
1012
- ldc
1113
- ldc-beta
1214
- dmd-nightly
@@ -26,7 +28,7 @@ branches:
2628
only:
2729
- master
2830
script:
29-
- dub test --arch "$ARCH" --build=unittest-cov
30-
- dub test --arch "$ARCH" --build=unittest-release
31+
- travis_wait 30 dub test --arch "$ARCH" --build=unittest-cov
32+
- travis_wait 30 dub test --arch "$ARCH" --build=unittest-release
3133
after_success:
3234
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)