diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-02-22 07:42:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 07:42:59 -0800 |
commit | 1eae33ad6a99be3ec8558369888171a62b754405 (patch) | |
tree | 660d76377461c53207c7a9f780b3945e2fbcad0f | |
parent | 31c9132cac96de3cada18722d3e2d2bed6ab54a6 (diff) | |
parent | 84183465281f798e6fcc13a17e2b9d459b7c5078 (diff) |
Auto merge of #538 - emilio:testing, r=fitzgen
Disable osx testing.
Not only for the large build times, but also because builds have been stalled
for long, and I had to merge a few PRs manually already.
r? @fitzgen
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ba5ec867..0d256172 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ addons: os: - linux - - osx rust: - stable |