mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
23 lines
525 B
YAML
23 lines
525 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
|
|
bundler_args: --without development
|
|
|
|
before_install:
|
|
before_install:
|
|
- "gem install bundler -v=1.5.1"
|
|
- "mysql -e 'create database tracks_test;'"
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
- "cp config/site.yml.tmpl config/site.yml"
|
|
- "cp config/database.yml.tmpl config/database.yml"
|
|
|
|
script: "CODECLIMATE_REPO_TOKEN=5c52fdd2bbcd0734d56ddb2c3cbaac782da345273e8689d25f54a065ccc3397c bundle exec rake ci RACK_ENV=test"
|
|
|
|
notifications:
|
|
email: false
|
|
|