Skip to content

Commit 5175930

Browse files
committed
Try updating to trusty
Currently about 1min of build time is spent updating libssl... maybe it's newer on trusty?
1 parent 4b16d09 commit 5175930

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ python:
88
- "pypy"
99
- "pypy3"
1010

11+
dist: trusty
12+
sudo: false
13+
1114
branches:
1215
only:
1316
- master
@@ -31,4 +34,4 @@ script:
3134
- python ./setup.py bdist_dumb
3235

3336
after_success:
34-
coveralls
37+
coveralls

0 commit comments

Comments
 (0)