summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-04-17 08:26:29 -0700
committerGitHub <noreply@github.com>2019-04-17 08:26:29 -0700
commit5043f33c1cf172af081c71e1841a1ada44a4fa92 (patch)
tree6c2f59ebda846544db6af95305e9c948e52c3508
parentce75e60c6c659492cc67cd628347899291723c40 (diff)
parent742213b8649951ebd6121ced7126aa3b4b897ce3 (diff)
downloadsimplejson-5043f33c1cf172af081c71e1841a1ada44a4fa92.tar.gz
Merge pull request #246 from cclauss/patch-1
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 14c64ac..b044505 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,40 +7,31 @@ matrix:
include:
- os: linux
dist: trusty
- sudo: false
python: '2.6'
- os: linux
dist: trusty
- sudo: false
python: '2.7'
- os: linux
dist: trusty
- sudo: false
python: '3.3'
- os: linux
dist: trusty
- sudo: false
python: '3.4'
- os: linux
dist: trusty
- sudo: false
python: '3.5'
- os: linux
dist: trusty
- sudo: false
python: '3.6'
- os: linux
dist: xenial
- sudo: required
services:
- docker
python: '3.7'
env: BUILD_SDIST=true
- os: linux
- sudo: false
python: pypy
- os: linux
- sudo: false
python: pypy3
- os: osx
language: objective-c