Skip to content

Commit c560215

Browse files
authored
Merge pull request #287 from Zardoz89/update_travis
Update to remove warnings
2 parents ebd126a + 34419e0 commit c560215

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
os: linux
2+
#Latest Ubuntu LTS
3+
dist: bionic
14
language: d
2-
sudo: false
35

46
# Enable core dumps
57
before_script:
@@ -10,7 +12,7 @@ before_script:
1012
after_failure:
1113
- ./scripts/core-dump.sh
1214

13-
matrix:
15+
jobs:
1416
include:
1517
- d: dmd-nightly
1618
- d: dmd

0 commit comments

Comments
 (0)