aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-13 04:02:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-13 04:02:31 +0000
commit67da441adb406d8149974eabaa6e52d1fd90cc59 (patch)
treeeba2a1ae0fa3cd48abd415964b016841641709dc /.travis.yml
parent86ec308a86f87336e0465eb45a8d54ddca643869 (diff)
downloadruby-67da441adb406d8149974eabaa6e52d1fd90cc59.tar.gz
fix previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cde4746e17..006a507568 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,12 +66,12 @@ before_script:
- "diff -ru config_1st config_2nd"
- "make after-update BASERUBY=ruby"
- "make -s $JOBS"
- - "make update-rubyspec MSPECOPT=-fm"
+ - "make update-rubyspec"
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
script:
- - "make test --color=never"
+ - "make test TESTOPTS=--color=never"
- "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
- - "make test-rubyspec"
+ - "make test-rubyspec MSPECOPT=-fm"
after_failure:
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"