tracks/.travis.yml
Reinier Balt eb42fff4d5 Remove codeclimate token. It is now set in the repo settings on travis
the secret encypted token is not working anymore
2015-08-04 23:46:25 +02:00

29 lines
468 B
YAML

language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
env:
- DATABASE_URL=mysql2://localhost/tracks_test
- DATABASE_URL=sqlite3:db/test.sqlite3
bundler_args: --without development --jobs=3 --retry=3
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "cp config/site.yml.tmpl config/site.yml"
script: "bin/rake ci"
notifications:
email: false
irc:
channels: "chat.freenode.net#tracks"
skip_join: true