Skip to content

Commit 3a2afc5

Browse files
committed
fixed the build issue.
1 parent 78c4956 commit 3a2afc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ before_install:
44
- sudo apt-get install dub dmd
55

66
script:
7-
cp .main.d ./deimos/ncurses/main.d && dub && rm ./deimos/ncurses/main.d && return 0
8-
dub
7+
cp .main.d ./deimos/ncurses/main.d && dub
98

0 commit comments

Comments
 (0)