Change the ci config.

This commit is contained in:
Jordan Petridis
2017-11-25 18:50:32 +02:00
parent 2f801043c1
commit 39cccf85a5
+2 -2
View File
@@ -45,7 +45,7 @@ test:stable:
script:
- rustc --version && cargo --version
- cargo build
- cargo test -j 1 --verbose
- cargo test --verbose -- --test-threads=1
test:nightly:
# Nightly
@@ -54,7 +54,7 @@ test:nightly:
script:
- rustc --version && cargo --version
- cargo build
- cargo test -j 1 --verbose
- cargo test --verbose -- --test-threads=1
# - cargo bench
# Configure and run rustfmt on nightly