From ea005c47faf3563b7fc9a3f92525a05e745df033 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Sep 2012 09:31:18 +0000 Subject: .travis.yml: revert. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b236e7bbb..582835a594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ before_script: - "./configure --with-gcc=$CC" - "make -sj encs" - "make -sj exts" -script: "make test TESTOPTS=-v" +script: "make test" # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: -- cgit v1.2.3