rails/.travis.yml
Jon Leighton 3f23c049c2 Enable postgres on the CI ❤️ 🍺
2011-12-03 20:09:43 +00:00

21 lines
367 B
YAML

script: 'ci/travis.rb'
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- "GEM=railties"
- "GEM=ap,am,amo,ares,as"
- "GEM=ar:mysql"
- "GEM=ar:mysql2"
- "GEM=ar:sqlite3"
- "GEM=ar:postgresql"
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.org#rails-contrib"
bundler_args: --path vendor/bundle