2011-10-17 14:55:09 +00:00
|
|
|
script: "bundle exec rake travis"
|
2011-10-17 15:37:33 +00:00
|
|
|
before_script: ./bin/ci/before_build.sh
|
2011-10-17 14:55:09 +00:00
|
|
|
rvm:
|
|
|
|
- 1.9.2
|
2011-11-27 10:21:27 +00:00
|
|
|
- 1.9.3
|
2011-10-17 14:55:09 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- didier@nocoffee.fr
|
|
|
|
- mario@mariovisic.com
|
|
|
|
irc: "irc.freenode.org#locomotivecms"
|
2011-10-24 13:24:27 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2012-04-06 15:39:29 +00:00
|
|
|
- 1.0-stable
|