Skip to content

Commit 08e11d8

Browse files
committed
Compile without debug flags as it trigger an error at link-time (see rust-lang/rust#13213 )
1 parent 504806e commit 08e11d8

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
@@ -4,5 +4,5 @@ before_install:
44
install:
55
- sudo apt-get install rust-nightly
66
script:
7-
- make
8-
- make test
7+
- make DEBUG=0
8+
- make test DEBUG=0

0 commit comments

Comments
 (0)