From 6f5936c4365647753c606fa692b8cb19acdf2af4 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio <japaricious@gmail.com> Date: Tue, 27 Sep 2016 17:42:20 -0500 Subject: [PATCH] fix matrix.exclude --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f594402..1e9ac4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ sudo: required matrix: exclude: # first, clear the matrix - - language: rust + - rust: nightly # then add the targets one by one include: - env: TARGET=x86_64-unknown-linux-gnu -- GitLab