mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .travis.yml: removed commented-out code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6cea22b5d6
commit
7cb5b7dd23
2 changed files with 5 additions and 6 deletions
|
@ -34,12 +34,7 @@ os:
|
||||||
# far since the 1.9.1 release.
|
# far since the 1.9.1 release.
|
||||||
before_install:
|
before_install:
|
||||||
- "CONFIG_FLAG="
|
- "CONFIG_FLAG="
|
||||||
# - "if [[ $TRAVIS_OS_NAME = 'linux' ]]; then sudo apt-get -qq update; fi"
|
- "JOBS='-j 4'"
|
||||||
# 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"
|
|
||||||
|
|
||||||
# Script is where the test runs. Note we just do "make test", not other tests
|
# 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,
|
# like test-all, test-rubyspec. This is because they take too much time,
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jan 13 17:21:45 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* .travis.yml: removed commented-out code.
|
||||||
|
|
||||||
Wed Jan 13 17:14:54 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Wed Jan 13 17:14:54 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* .travis.yml: removed osx code. follow up with r53517
|
* .travis.yml: removed osx code. follow up with r53517
|
||||||
|
|
Loading…
Reference in a new issue