From 0dfba3018115bb3b7c0e93add421e2f8f1454126 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sat, 19 Nov 2016 18:12:04 -0800 Subject: Add a number of simple ref-tests Also adds a feature `err-println` for enabling `err_println!` printing. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf