summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 06:40:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 06:40:41 +0000
commitc7ca25a04afc37b3da88feaf8af17c06d7ff2ccd (patch)
treec07b71a09d716c65b255532d0c01213293a5a034 /.travis.yml
parentd5697825ef949712143325045b46fc8fe9aba507 (diff)
* .travis.yml (before_script): debugging for -j.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36775 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 44f96b28d8..3451102b36 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 miniruby"
- - "make -s all"
+ - "make -s encs"
+ - "make -sj exts V=1"
script: "make test"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.