ci: Revert "Fix nightly to 2020-07-12" This reverts commit 8c207c61f0611c6be152918828a17ab301e9387a. Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 2 insertions(+), 2 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +2 -2
@@ 1,6 1,6 @@ language: rust rust: - - nightly-2020-07-12 + - nightly cache: - cargo @@ 19,5 19,5 @@ install: - python3 -c "__import__('yaml')" || pip3 install --user pyyaml script: - - make RUSTUP_TOOLCHAIN=nightly-2020-07-12 + - make - cargo build --all-features