summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2015-04-23 22:08:06 +0200
committerStefan Kögl <stefan@skoegl.net>2015-04-23 22:08:06 +0200
commit50a5e0d7e36bc9aaa8f863ca28fc59f147de7949 (patch)
tree5830ff9f7fef13e05e48afd90d0398f7f2cee804
parent66c4fa4ba18c5e8eeca09280eb0ea43c9684465d (diff)
downloadpython-json-patch-50a5e0d7e36bc9aaa8f863ca28fc59f147de7949.tar.gz
Enable container-based builds on Travis-CI
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 94f1e7b..f1d2eb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- - "3.4"
+ - "3.4"
- "pypy"
- "pypy3"
@@ -17,3 +17,5 @@ script:
after_script:
- coveralls
+
+sudo: false