From cccd80466bed01454e380306b662a49f427da165 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 5 Feb 2018 16:37:03 +0300 Subject: [PATCH] Install nightly toolchain --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52ad857..4c9521e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ addons: install: # Install `cargo-deadlinks` unless it is currently installed. - command -v cargo-deadlinks &> /dev/null || cargo install cargo-deadlinks +# Install nightly toolchain. +- rustup toolchain install nightly-2018-02-05 script: - export CC=/usr/bin/gcc-6 - export CXX=/usr/bin/g++-6