diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-01-04 05:29:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 05:29:58 -0600 |
commit | d5014a103a740bffbc8f14d962efe190c5586afe (patch) | |
tree | f2872f562ad38befbb6e538501d60776629eeaaf | |
parent | ac523232d317373aec9c638f6b0451c78f11f892 (diff) | |
parent | b073179852331419880495e33d2ed95e4e011004 (diff) |
Auto merge of #1210 - emilio:travis-maybe, r=emilio
Fix travis.
Per https://docs.travis-ci.com/user/languages/cpp/, though not super-confident
this will fix it.
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 1e813229..ee3f970b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,5 @@ language: rust -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-5 - os: - linux |