Auto merge of #23184 - servo:jdm-patch-28, r=SimonSapin

Force python 2.7 on TravisCI.

From TravisCI:
```
 This job is running using the default Python version, which will be updated to 3.6 on April 16th, 2019. You can explicitly stay on the previous version by specifying python: 2.7 in your .travis.yml.
```

<!-- 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/23184)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-04-11 17:22:46 -04:00 committed by GitHub
commit bbedcb3b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
language: python
python: 2.7
matrix:
fast_finish: true