From 68ef45d61810cf11a44235d510327298df701313 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Wed, 3 Aug 2016 09:13:02 -0400 Subject: [PATCH] CI changes --- .travis.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7765953..dab3badf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ language: rust -cache: cargo - -rust: - - 1.8.0 - - stable - - beta - - nightly -cache: cargo env: global: @@ -14,24 +6,26 @@ env: matrix: include: - - os: windows - rust: stable - env: TARGET=x86_64-pc-windows-msvc - os: osx rust: stable env: TARGET=x86_64-apple-darwin + cache: cargo - os: linux - rust: 1.6.0 + rust: 1.8.0 env: TARGET=x86_64-unknown-linux-gnu + cache: cargo - os: linux rust: stable env: TARGET=x86_64-unknown-linux-gnu + cache: cargo - os: linux rust: beta env: TARGET=x86_64-unknown-linux-gnu + cache: cargo - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-gnu + cache: cargo before_install: - export PATH="$PATH:$HOME/.cargo/bin"