drop osx and clang because they are often fails and slow
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
05f1caa1cf
commit
8c8f92cd7a
@ -23,11 +23,11 @@ language: c
|
|||||||
# The value set here is visible via $CC environment variable.
|
# The value set here is visible via $CC environment variable.
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
# - clang
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
# - osx
|
||||||
|
|
||||||
# Dependencies. Some header files are missing in a Travis' worker VM, so we
|
# Dependencies. Some header files are missing in a Travis' worker VM, so we
|
||||||
# have to install them. The "1.9.1" here is OK. It is the most adopted
|
# have to install them. The "1.9.1" here is OK. It is the most adopted
|
||||||
@ -63,8 +63,7 @@ before_script:
|
|||||||
- "cp -pr config.status .ext/include config_2nd"
|
- "cp -pr config.status .ext/include config_2nd"
|
||||||
- "diff -ru config_1st config_2nd"
|
- "diff -ru config_1st config_2nd"
|
||||||
- "make after-update BASERUBY=ruby"
|
- "make after-update BASERUBY=ruby"
|
||||||
- "make -s $JOBS encs"
|
- "make -s $JOBS"
|
||||||
- "make -s $JOBS exts"
|
|
||||||
- "make update-rubyspec"
|
- "make update-rubyspec"
|
||||||
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
|
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
|
||||||
script:
|
script:
|
||||||
@ -90,7 +89,7 @@ notifications:
|
|||||||
- "irc.freenode.org#ruby-core"
|
- "irc.freenode.org#ruby-core"
|
||||||
- "irc.freenode.org#ruby-ja"
|
- "irc.freenode.org#ruby-ja"
|
||||||
on_success: change # [always|never|change] # default: always
|
on_success: change # [always|never|change] # default: always
|
||||||
on_failure: change # [always|never|change] # default: always
|
on_failure: always # [always|never|change] # default: always
|
||||||
template:
|
template:
|
||||||
- "%{message} by @%{author}: See %{build_url}"
|
- "%{message} by @%{author}: See %{build_url}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user