aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 691348615b..44f96b28d8 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 -sj miniruby"
- - "make -sj all"
+ - "make -s miniruby"
+ - "make -s all"
script: "make test"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.