From 9461fcdca44938eaf0020e40122c153ade7f37bc Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 15 Dec 2018 16:26:10 +0100 Subject: [PATCH] test against older nightly as well --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b26c9a..5d76712 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: # Tests - env: TARGET=x86_64-unknown-linux-gnu rust: nightly + - env: TARGET=x86_64-unknown-linux-gnu + rust: nightly-2018-12-01 install: - bash ci/install.sh