ruby-changes:41453
From: hsbt <ko1@a...>
Date: Wed, 13 Jan 2016 17:21:52 +0900 (JST)
Subject: [ruby-changes:41453] hsbt:r53527 (trunk): * .travis.yml: removed commented-out code.
hsbt 2016-01-13 17:22:18 +0900 (Wed, 13 Jan 2016) New Revision: 53527 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53527 Log: * .travis.yml: removed commented-out code. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 53526) +++ ChangeLog (revision 53527) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jan 13 17:21:45 2016 SHIBATA Hiroshi <hsbt@r...> + + * .travis.yml: removed commented-out code. + Wed Jan 13 17:14:54 2016 SHIBATA Hiroshi <hsbt@r...> * .travis.yml: removed osx code. follow up with r53517 Index: .travis.yml =================================================================== --- .travis.yml (revision 53526) +++ .travis.yml (revision 53527) @@ -34,12 +34,7 @@ os: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L34 # far since the 1.9.1 release. before_install: - "CONFIG_FLAG=" -# - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq update; fi" - # Travis ships an outdated, broken version of libssl by default -# - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq --only-upgrade install '^libssl.*'; fi" -# - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq install $CC; fi" # upgrade if any - - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then JOBS='-j 4'; fi" -#install: "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null; fi" + - "JOBS='-j 4'" # Script is where the test runs. Note we just do "make test", not other tests # like test-all, test-rubyspec. This is because they take too much time, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/