Auto merge of #19346 - servo:SimonSapin-patch-1, r=asajeffrey

Remove compiletest from Travis script

This should have been in https://github.com/servo/servo/pull/19338

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19346)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-22 21:05:07 -06:00 committed by GitHub
commit ca15c10003

View file

@ -21,7 +21,6 @@ matrix:
- export CC=gcc-5 CXX=g++-5
script:
- ./mach build -d --verbose
- ./mach test-compiletest
- ./mach test-unit
- ./mach clean
- ./mach build-geckolib