aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2015-10-06 14:13:01 -0700
committerJisi Liu <liujisi@google.com>2015-10-06 14:13:01 -0700
commit878b603d328697a027264c3f195df9b5981a4129 (patch)
treeaf429ac9c51f94bb0078caca3e75b6a590edfb30 /travis.sh
parent9cafa201224e6699d247e8e8193319303df38a34 (diff)
parent5f6a1d3dbbd21b490bd5e429c7582950e29b3198 (diff)
downloadprotobuf-878b603d328697a027264c3f195df9b5981a4129.tar.gz
protobuf-878b603d328697a027264c3f195df9b5981a4129.tar.bz2
protobuf-878b603d328697a027264c3f195df9b5981a4129.zip
Merge pull request #849 from pherl/master
Integrate google internal changes.
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