aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-11-06 22:26:18 +0100
committerPyfisch <pyfisch@gmail.com>2018-11-07 09:37:55 +0100
commit1855c88d6106c73febec1f5f29e246a75ff2f849 (patch)
treebeac5d52d100d16e7c3612b991fc74c007d60bcb /.travis.yml
parent9e92eb205a2a12fe0be883e42cb7f82deebc9031 (diff)
downloadservo-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.yml3
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