Try speeding up Travis builds with a generic environment
This commit is contained in:
parent
87455a2ef4
commit
5283faa511
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
language: python
|
||||
language: generic
|
||||
script: |
|
||||
./run-tests
|
||||
|
|
Reference in a new issue