summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 21:16:53 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 21:16:53 +0100
commit4f50a4874fbf6a83dc622fd2716a468d876ec4b6 (patch)
tree50149ddd6b02c8108b94a0fa4e3f590b33607c59
parentedf2a1fe1da505a31570be0de96cbdd653232bc2 (diff)
downloadpyasn1-git-4f50a4874fbf6a83dc622fd2716a468d876ec4b6.tar.gz
Switch Travis to trusty
In hope to get more builds and because Trusty should be the way to go.
-rw-r--r--.travis.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 8848613..4b024e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,47 +3,47 @@ cache: pip
matrix:
include:
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '2.6'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '2.7'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '3.2'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '3.3'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '3.4'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '3.5'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: '3.6'
- os: linux
- dist: precise
+ dist: trusty
sudo: true
python: '3.7'
- os: linux
- dist: precise
+ dist: trusty
sudo: true
python: 'nightly'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: 'pypy'
- os: linux
- dist: precise
+ dist: trusty
sudo: false
python: 'pypy3'
install: