Skip to content

Commit 3625cec

Browse files
committed
re-added dub to the list of installed programs.
1 parent 287f23f commit 3625cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
before_install:
22
- sudo wget https://d-apt.googlecode.com/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
33
- sudo apt-get update && sudo apt-get -y --allow-unauthenticated install d-apt-keyring && sudo apt-get update
4-
- sudo apt-get install dmd libncursesw5
4+
- sudo apt-get install dub dmd libncursesw5
55

66
script:
77
dub build

0 commit comments

Comments
 (0)