aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 06:41:43 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 06:41:43 +0000
commitb999f95e707f57e3732b873113c35fa688e5d6ea (patch)
treec972d5bf0aff56a6b60dd2626fecd751eae201ec
parent24512ba1b4be9698f127795d8e9ccfe96640983c (diff)
downloadruby-b999f95e707f57e3732b873113c35fa688e5d6ea.tar.gz
* .travis.yml (script): add OPTS=-v, requested by @_ko1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 582835a594..db25c9eb08 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"
+script: "make test OPTS=-v"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches:
diff --git a/ChangeLog b/ChangeLog
index 98a0a5acf9..a6ac2a3be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 19 15:40:50 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * .travis.yml (script): add OPTS=-v, requested by @_ko1.
+
Mon Nov 19 15:09:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: fix didn't enable_dtrace=yes on auto.