diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-11-23 01:35:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-23 01:35:44 +0100 |
commit | 754341895df819caccc7632f3739301a2fd8af3c (patch) | |
tree | 07d1133025a957574fda82c5acb071b717adb3fa | |
parent | 369ae1d7e7d78cc162a7e465c0491d576e80f0ef (diff) | |
download | servo-754341895df819caccc7632f3739301a2fd8af3c.tar.gz servo-754341895df819caccc7632f3739301a2fd8af3c.zip |
Remove compiletest from Travis script
This should have been in https://github.com/servo/servo/pull/19338
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bfd2ec93d77..27f3ff8929e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |