From 077aa7ae3153fa8ae1dbb5b19076ca4c3cb86951 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 9 Jan 2018 15:58:24 +0100 Subject: [PATCH] chore(ci) Only test against stable+ Rust. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0d6508d..3c5962fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,16 +2,6 @@ language: rust matrix: include: - - rust: 1.21.0 - os: linux - dist: trusty - - rust: 1.21.0 - os: osx - - rust: 1.22.0 - os: linux - dist: trusty - - rust: 1.22.0 - os: osx - rust: stable os: linux dist: trusty