Remove compiletest from Travis script

This should have been in https://github.com/servo/servo/pull/19338
This commit is contained in:
Simon Sapin 2017-11-23 01:35:44 +01:00 committed by GitHub
parent 369ae1d7e7
commit 754341895d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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