From eeb89dfa1d2cec758631f16070fce2a5ad0bb7a2 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 Nov 2018 13:17:32 +0100 Subject: [PATCH] add beta and stable builds to travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 177ad49..47c96d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ dist: trusty language: rust -rust: +rust: + - stable + - beta - nightly sudo: required @@ -12,6 +14,8 @@ sudo: required matrix: + allow_failures: + # - nightly # TODO These are all the build jobs. Adjust as necessary. Comment out what you # don't need include: