From 20fbb357d013b9c2143031cc843ce066307a37ad Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 21 Jul 2016 18:04:56 -0700 Subject: Add more tests to jenkins. 1. Added ruby22 and jruby tests to jenkins. 2. Added javascript tests to jenkins. 3. Added golang tests to jenkins. 4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has ended since 2016/02/24. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ Change-Id: Ie984b06772335352a4be7067ab2485f923875685 --- ruby/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/travis-test.sh') diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index 75db7d93..59e970a6 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -5,7 +5,7 @@ set -e test_version() { version=$1 - if [ "$version" == "jruby" ] ; then + if [ "$version" == "jruby-1.7" ] ; then # No conformance tests yet -- JRuby is too broken to run them. bash --login -c \ "rvm install $version && rvm use $version && \ -- cgit v1.2.3