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 + + * .travis.yml (script): add OPTS=-v, requested by @_ko1. + Mon Nov 19 15:09:07 2012 NARUSE, Yui * configure.in: fix didn't enable_dtrace=yes on auto.