Skip to content

Commit

Permalink
Test 1.16.0 rust on travis.
Browse files Browse the repository at this point in the history
This is a very spot check test, as it is not run on Windows nor
OSX, and it does not include tests (which do not support 1.16.0).
  • Loading branch information
daboross committed Jan 3, 2018
1 parent b47a847 commit 7adced8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ rust:
os:
- linux
- osx
matrix:
include:
- os: linux
rust: 1.16.0
script: cargo build --verbose
script:
- cargo test --verbose
- cargo test --verbose --features=colored
Expand Down

0 comments on commit 7adced8

Please sign in to comment.