Removed stable and beta travis builds.

This commit is contained in:
Peter van Nostrand 2018-05-07 08:17:58 -04:00
parent f127f2b515
commit 830d48c114
1 changed files with 2 additions and 7 deletions

View File

@ -1,15 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
cache: cargo
env:
global:
- RUST_BACKTRACE=1
script:
- cargo build
script:
- RUST_BACKTRACE=1 cargo build