Commit b8e7e892 authored by Bo Yang's avatar Bo Yang

Fix travis, jenkins environment issues.

parent 050c014a
...@@ -276,6 +276,6 @@ test_python_cpp: protoc_middleman conformance-test-runner ...@@ -276,6 +276,6 @@ test_python_cpp: protoc_middleman conformance-test-runner
if OBJC_CONFORMANCE_TEST if OBJC_CONFORMANCE_TEST
test_objc: protoc_middleman conformance-test-runner conformance-objc test_objc: protoc_middleman conformance-test-runner conformance-objc
./conformance-test-runner --enforce_recomemnded --failure_list failure_list_objc.txt ./conformance-objc ./conformance-test-runner --enforce_recommended --failure_list failure_list_objc.txt ./conformance-objc
endif endif
...@@ -115,7 +115,7 @@ RUN cd /tmp && \ ...@@ -115,7 +115,7 @@ RUN cd /tmp && \
cd protobuf && \ cd protobuf && \
./autogen.sh && \ ./autogen.sh && \
./configure && \ ./configure && \
make -j6 && \ make -j7 && \
cd java && \ cd java && \
$MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \ $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
cd ../javanano && \ cd ../javanano && \
......
...@@ -8,7 +8,7 @@ test_version() { ...@@ -8,7 +8,7 @@ test_version() {
if [ "$version" == "jruby-1.7" ] ; then if [ "$version" == "jruby-1.7" ] ; then
# No conformance tests yet -- JRuby is too broken to run them. # No conformance tests yet -- JRuby is too broken to run them.
bash --login -c \ bash --login -c \
"rvm install $version && rvm use $version && \ "rvm install $version && rvm use $version && rvm get head && \
which ruby && \ which ruby && \
gem install bundler && bundle && \ gem install bundler && bundle && \
rake test" rake test"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment