Skip to content

Commit

Permalink
Compile without debug flags as it trigger an error at link-time (see r…
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Mar 30, 2014
1 parent 504806e commit 08e11d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ before_install:
install:
- sudo apt-get install rust-nightly
script:
- make
- make test
- make DEBUG=0
- make test DEBUG=0

0 comments on commit 08e11d8

Please sign in to comment.