summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-11-19 18:12:04 -0800
committerJoe Wilm <joe@jwilm.com>2016-11-19 21:34:22 -0800
commit0dfba3018115bb3b7c0e93add421e2f8f1454126 (patch)
tree4f60c32a0c16280ea8efcdce03b19fb95e32ef91 /.travis.yml
parent66dbd29cd194a4c84f796f32827429895c2a3bba (diff)
Add a number of simple ref-tests
Also adds a feature `err-println` for enabling `err_println!` printing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b176933..aca1502a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ os:
rust:
# Whole bunch of stuff needs nightly for now
- - nightly-2016-07-11
+ - nightly-2016-11-06
script:
- - cargo test
+ - cargo test --no-default-features