mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .travis.yml: delete comments. They were outdated. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b6139464f5
commit
ca17c5d1a1
2 changed files with 6 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
@ -16,29 +16,20 @@
|
||||||
#
|
#
|
||||||
# is also a good place to look at.
|
# is also a good place to look at.
|
||||||
|
|
||||||
# Language specification.
|
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
# Compilers. Several compilers are provided in Travis, so we try them all.
|
|
||||||
# The value set here is visible via $CC environment variable.
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
# Dependencies. Some header files are missing in a Travis' worker VM, so we
|
|
||||||
# have to install them. The "1.9.1" here is OK. It is the most adopted
|
|
||||||
# version string for Debian/Ubuntu, and no dependencies have been changed so
|
|
||||||
# far since the 1.9.1 release.
|
|
||||||
before_install:
|
before_install:
|
||||||
- "CONFIG_FLAG="
|
- "CONFIG_FLAG="
|
||||||
- "JOBS='-j 4'"
|
- "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,
|
|
||||||
# enough for Travis to shut down the VM as being stalled.
|
|
||||||
before_script:
|
before_script:
|
||||||
- "uname -a"
|
- "uname -a"
|
||||||
- "uname -r"
|
- "uname -r"
|
||||||
|
@ -55,6 +46,7 @@ before_script:
|
||||||
- "make after-update BASERUBY=ruby"
|
- "make after-update BASERUBY=ruby"
|
||||||
- "make -s $JOBS"
|
- "make -s $JOBS"
|
||||||
- "make update-rubyspec"
|
- "make update-rubyspec"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "make test TESTOPTS=--color=never"
|
- "make test TESTOPTS=--color=never"
|
||||||
- "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
|
- "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Sep 28 10:43:27 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||||
|
|
||||||
|
* .travis.yml: delete comments. They were outdated.
|
||||||
|
|
||||||
Wed Sep 28 09:57:48 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Sep 28 09:57:48 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update
|
* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update
|
||||||
|
|
Loading…
Reference in a new issue