From 1855c88d6106c73febec1f5f29e246a75ff2f849 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Tue, 6 Nov 2018 22:26:18 +0100 Subject: Fix test-tidy self test Install rustup on first Travis job. Only use rustfmt::skip as an outer attribute. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ae7c802ea8c..659e2ad4b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ matrix: fast_finish: true include: - sudo: false + before_install: + - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y + - source ~/.profile script: - ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --self-test -- cgit v1.2.3