From 414d29f57e61fa0573c78ba737aacda8edfa8bf5 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 13 Jul 2017 23:31:56 -0600 Subject: Make Travis faster * Remove sudo: required * Remove rust=beta build on OSX * Remove rust=nightly builds --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa238157..92234237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ dist: trusty language: rust services: docker -sudo: required env: global: @@ -96,16 +95,6 @@ matrix: # Testing beta on main targets - env: TARGET=x86_64-unknown-linux-gnu rust: beta - - env: TARGET=x86_64-apple-darwin - os: osx - rust: beta - - # Testing nightly on main targets (allowed to fail) - - env: TARGET=x86_64-unknown-linux-gnu - rust: nightly - - env: TARGET=x86_64-apple-darwin - os: osx - rust: nightly allow_failures: # Planning to add these targets, but they can fail for now @@ -118,14 +107,6 @@ matrix: - env: TARGET=s390x-unknown-linux-gnu rust: 1.13.0 - # Failures for nightlies may be because of compiler bugs, so don't fail the - # build if these fail. - - env: TARGET=x86_64-unknown-linux-gnu - rust: nightly - - env: TARGET=x86_64-apple-darwin - os: osx - rust: nightly - before_install: set -e install: -- cgit v1.2.3