We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e2a7f commit dd898d0Copy full SHA for dd898d0
.travis.yml
@@ -1,12 +1,14 @@
1
+dist: trusty
2
sudo: false
3
os:
4
- linux
5
- osx
6
language: d
7
d:
- - ldc-1.2.0
8
- ldc-1.3.0
9
- ldc-1.4.0
10
+ - ldc-1.5.0
11
+ - ldc-1.6.0
12
- ldc
13
- ldc-beta
14
- dmd-nightly
@@ -26,7 +28,7 @@ branches:
26
28
only:
27
29
- master
30
script:
- - dub test --arch "$ARCH" --build=unittest-cov
- - 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
33
after_success:
34
- bash <(curl -s https://codecov.io/bash)
0 commit comments