Skip to content

Commit 33ca697

Browse files
committed
minor #4561 Use the new build env on Travis (joshk)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4561). Discussion ---------- Use the new build env on Travis faster vms with more ram and cpu, much improved boot times Commits ------- 9d582e4 Use the new build env on Travis
2 parents 7acf27c + 9d582e4 commit 33ca697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: python
33
python:
44
- "2.7"
55

6+
sudo: false
7+
68
install:
79
- "pip install -q -r requirements.txt --use-mirrors"
810

0 commit comments

Comments
 (0)