From 7ef0eb218d9e52fe79cdeff099aca8954dd926d4 Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Sun, 20 Sep 2020 01:02:02 +0200 Subject: [PATCH] chore: Bump nightly on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbc37be782..1a1eb45cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ branches: matrix: include: - - rust: nightly-2020-07-26 + - rust: nightly-2020-09-12 # - rust: beta - rust: stable env: ARCH=i686 @@ -29,7 +29,7 @@ matrix: - PUBLISH=1 - TARGET=x86_64-unknown-linux-gnu - - rust: nightly-2020-03-12 + - rust: nightly-2020-09-12 env: WASM=1 # Only for deployment