mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .travis.yml (before_script): remove debug flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
98fded61f8
commit
1f29acae28
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
|
||||||
before_script:
|
before_script:
|
||||||
- "autoconf"
|
- "autoconf"
|
||||||
- "./configure --with-gcc=$CC"
|
- "./configure --with-gcc=$CC"
|
||||||
- "make -s encs"
|
- "make -sj encs"
|
||||||
- "make -j exts V=1"
|
- "make -sj exts"
|
||||||
script: "make test"
|
script: "make test"
|
||||||
|
|
||||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue