diff options
author | Pyfisch <pyfisch@gmail.com> | 2018-11-06 22:26:18 +0100 |
---|---|---|
committer | Pyfisch <pyfisch@gmail.com> | 2018-11-07 09:37:55 +0100 |
commit | 1855c88d6106c73febec1f5f29e246a75ff2f849 (patch) | |
tree | beac5d52d100d16e7c3612b991fc74c007d60bcb /.travis.yml | |
parent | 9e92eb205a2a12fe0be883e42cb7f82deebc9031 (diff) | |
download | servo-1855c88d6106c73febec1f5f29e246a75ff2f849.tar.gz servo-1855c88d6106c73febec1f5f29e246a75ff2f849.zip |
Fix test-tidy self test
Install rustup on first Travis job.
Only use rustfmt::skip as an outer attribute.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |