aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh
index b4a908dd..6b050737 100755
--- a/travis.sh
+++ b/travis.sh
@@ -131,7 +131,8 @@ build_python() {
cd python
# Only test Python 2.6/3.x on Linux
if [ $(uname -s) == "Linux" ]; then
- envlist=py\{26,27,33,34\}-python
+ # py26 is currently disabled due to json_format
+ envlist=py\{27,33,34\}-python
else
envlist=py27-python
fi
@@ -147,7 +148,8 @@ build_python_cpp() {
cd python
# Only test Python 2.6/3.x on Linux
if [ $(uname -s) == "Linux" ]; then
- envlist=py\{26,27,33,34\}-cpp
+ # py26 is currently disabled due to json_format
+ envlist=py\{27,33,34\}-cpp
else
envlist=py27-cpp
fi