aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-03 12:08:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-03 12:08:55 +0000
commit1f29acae2873b7e6ceecf886ae4b088a197c93bd (patch)
tree0e97e5135ac41dc9ad0517f6c379870247ae5ec6 /.travis.yml
parent98fded61f83f75b0c64806ef1c27a1c200868a47 (diff)
downloadruby-1f29acae2873b7e6ceecf886ae4b088a197c93bd.tar.gz
* .travis.yml (before_script): remove debug flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f5aaaf3ade..6a3e3b180d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,8 +40,8 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
before_script:
- "autoconf"
- "./configure --with-gcc=$CC"
- - "make -s encs"
- - "make -j exts V=1"
+ - "make -sj encs"
+ - "make -sj exts"
script: "make test"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.