Skip to content

Commit c99dd0b

Browse files
committed
Another CI attempt
1 parent 2483384 commit c99dd0b

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,9 +1,11 @@
1-
sudo: true
1+
sudo: false
22

33
language: d
44

5-
install:
6-
- sudo apt-get install gcc-multilib -y
5+
addons:
6+
apt:
7+
packages:
8+
gcc-multilib
79

810
script:
911
- git submodule update --init --recursive

0 commit comments

Comments
 (0)