From c3865ac40137ddd7f30cba6692a5d2e56c3a5a83 Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Fri, 26 Mar 2021 22:58:52 -0700 Subject: [PATCH] Revert "travis: Use stable rust" This reverts commit 5c1c0ac37cda5bf0b93d8db485d12a100ebdc831. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e065bf21..5bf078297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: bionic language: rust rust: - - stable + - nightly cache: cargo env: - NODE_VERSION="14.7.0"