Fixed bad cargo flags

This commit is contained in:
Antoine Gersant 2017-07-04 01:04:48 -07:00
parent 7b4dc8a9d8
commit ff70f77108

View file

@ -25,6 +25,6 @@ before_install:
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose
- cargo run -d test/db.sqlite & - cargo run -- -d test/db.sqlite &
- sleep 5 - sleep 5
- nightwatch - nightwatch