aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--ChangeLog4
2 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bf5235b938..8af32c2d52 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,9 +65,11 @@ before_script:
- "diff -ru config_1st config_2nd || true"
- "make -s $JOBS encs"
- "make -s $JOBS exts"
+ - "make update-rubyspec"
script:
- - "make test OPTS=-v"
- - "make test-all TESTS='-qv -j2'"
+ - "make test"
+ - "make test-all TESTS='-q -j2'"
+ - "make test-rubyspec"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches:
diff --git a/ChangeLog b/ChangeLog
index 0a3b352c3f..418c869599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 23 11:55:09 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * .travis.yml: added rubyspec into travis tasks and eliminate to stdout.
+
Mon Sep 22 20:00:29 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_win32ole_variant.rb