2011-11-26 01:26:44 -05:00
|
|
|
# no installation...
|
2012-05-20 23: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 01:39:54 -05:00
|
|
|
before_script: autoconf
|
2011-11-26 01:41:29 -05:00
|
|
|
script: "./configure && make all test"
|
2011-11-26 01:26:44 -05:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- trunk
|
2012-03-02 03:50:13 -05:00
|
|
|
- ruby_1_9_3
|
2012-08-03 03: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
|