tracks/.travis.yml

25 lines
587 B
YAML
Raw Normal View History

2012-10-09 11:53:46 -05:00
language: ruby
sudo: false
cache: bundler
2012-10-09 11:53:46 -05:00
rvm:
- 1.9.3
2013-03-01 17:15:36 +02:00
- 2.0.0
- 2.1
2014-12-27 18:10:58 -05:00
- 2.2
addons:
firefox: 45.8.0esr
2015-02-22 18:19:48 -05:00
env:
- DATABASE_URL=mysql2://localhost/tracks_test
- DATABASE_URL=sqlite3:db/test.sqlite3
bundler_args: --without development --jobs=3 --retry=3
2014-07-02 23:47:31 -04:00
before_script:
2012-10-09 11:53:46 -05:00
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2012-10-09 12:08:39 -05:00
- "cp config/site.yml.tmpl config/site.yml"
script: "if [[ $DATABASE_URL == mysql* ]]; then bundle exec rake ci:full; else bundle exec rake ci:lite; fi"
2012-10-09 11:53:46 -05:00
notifications:
2013-03-01 17:47:49 +02:00
email: false
irc:
channels: "chat.freenode.net#tracks"
skip_join: true