Don't run any tests

This commit is contained in:
Daniel Collin 2016-01-04 23:25:28 +01:00
parent c18dff0d53
commit 23962528c7

View file

@ -10,9 +10,3 @@ install:
- SET PATH=%PATH%;C:\MinGW\bin - SET PATH=%PATH%;C:\MinGW\bin
- rustc -V - rustc -V
- cargo -V - cargo -V
build: false
test_script:
- cargo test --verbose
- cargo test --manifest-path env/Cargo.toml