2011-11-26 10:26:44 +04:00
|
|
|
# no installation...
|
2012-05-21 07:45:52 +04:00
|
|
|
|
|
|
|
# 1.9.1 is OK, since it is the most adopted version
|
|
|
|
install: "sudo apt-get build-dep ruby1.9.1"
|
2011-11-26 10:39:54 +04:00
|
|
|
before_script: autoconf
|
2011-11-26 10:41:29 +04:00
|
|
|
script: "./configure && make all test"
|
2011-11-26 10:26:44 +04:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- trunk
|
2012-03-02 12:50:13 +04:00
|
|
|
- ruby_1_9_3
|
2012-08-03 11:41:18 +04:00
|
|
|
|
|
|
|
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
|