diff options
author | tigercosmos <phy.tiger@gmail.com> | 2018-06-15 09:54:30 -0700 |
---|---|---|
committer | tigercosmos <phy.tiger@gmail.com> | 2018-06-19 12:52:07 -0700 |
commit | 80c41b426626aa90726389bd12944ab189957806 (patch) | |
tree | a7fb5d675cf28716e79ed6e6d02709fa2db9ad79 /.travis.yml | |
parent | 5c4f54c4035d316eba55eda0186e2f2e010042d5 (diff) | |
download | servo-80c41b426626aa90726389bd12944ab189957806.tar.gz servo-80c41b426626aa90726389bd12944ab189957806.zip |
Check WPT manifest when running test-tidy
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dec7987e178..62fc99df88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ matrix: - ./mach test-tidy --no-progress --self-test - python ./etc/memory_reports_over_time.py --test - bash etc/ci/check_no_panic.sh - - bash etc/ci/manifest_changed.sh cache: false - sudo: 9000 dist: trusty |