Skip to content

Commit dfbdef0

Browse files
committed
remove the --main
1 parent 7b7f465 commit dfbdef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 dub dmd
4+
- sudo apt-get install dub dmd libncursesw5
55

66
script:
7-
rdmd --main -lib -oflibncurses-d -L-lncursesw deimos/ncurses/*.d
7+
rdmd -lib -L-lncursesw -oflibncurses-d.o -c deimos/ncurses/*.d
88
#cp .main.d ./deimos/ncurses/main.d && dub
99

0 commit comments

Comments
 (0)