aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bc52bee..1551440 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: rust
rust:
- nightly
- - 1.0.0-beta.2
+ - 1.0.0-beta.3
addons:
apt:
@@ -17,8 +17,7 @@ env:
script:
- cargo build --verbose
- - cargo test --no-run --verbose
- - cargo test --verbose --features "headless" --no-default-features
+ - cargo test --verbose
os:
- linux