From 08a6ef733a0b71b6b77488266e9d3ba39cec9622 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 18 Apr 2013 13:55:45 +0000 Subject: Run test-all on travis-ci git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index db25c9eb08..182cca291f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,24 +42,26 @@ before_script: - "./configure --with-gcc=$CC" - "make -sj encs" - "make -sj exts" -script: "make test OPTS=-v" +script: + - "make test OPTS=-v" + - "make test-all TESTS=-v" # Branch matrix. Not all branches are Travis-ready so we limit branches here. -branches: - only: - - trunk - - ruby_1_9_3 +# branches: +# only: +# - trunk +# - ruby_1_9_3 # We want to be notified when something happens. -notifications: - irc: - channels: - - "irc.freenode.org#ruby-core" - - "irc.freenode.org#ruby-ja" - on_success: change # [always|never|change] # default: always - on_failure: change # [always|never|change] # default: always - template: - - "%{message} by @%{author}: See %{build_url}" +# notifications: +# irc: +# channels: +# - "irc.freenode.org#ruby-core" +# - "irc.freenode.org#ruby-ja" +# on_success: change # [always|never|change] # default: always +# on_failure: change # [always|never|change] # default: always +# template: +# - "%{message} by @%{author}: See %{build_url}" # Local Variables: # mode: YAML -- cgit v1.2.3