From 2a0805c2bbbe9bec2d2b32284011f2364b1e79a1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 18 Jun 2015 19:36:23 +0200 Subject: [PATCH] chore(travis): no nightly To make nightly tests work, one will have to do some additional scripting to call it with the correct features (see makefile). For now, building it on stable is just fine I think. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a6952a..40edea7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: rust sudo: required rust: - stable -- nightly before_script: - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: