2014-03-25 17:48:29 +00:00
|
|
|
language: ruby
|
2014-03-25 21:58:51 +00:00
|
|
|
cache: bundler
|
2014-08-10 17:33:59 +00:00
|
|
|
bundler_args: ''
|
2014-03-25 22:24:56 +00:00
|
|
|
addons:
|
|
|
|
code_climate:
|
|
|
|
repo_token: b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
|
2014-03-25 17:48:29 +00:00
|
|
|
rvm:
|
2014-10-09 22:52:32 +00:00
|
|
|
- 2.1.3
|
2014-03-25 17:48:29 +00:00
|
|
|
env:
|
|
|
|
- MYSQL_USERNAME=travis
|
2014-08-10 20:33:22 +00:00
|
|
|
- APP_SECRET=2d3a08dfea079fe45bcb7f830b010eda
|
2014-08-10 20:15:23 +00:00
|
|
|
before_script:
|
|
|
|
- export DISPLAY=:99.0
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
2014-03-25 17:48:29 +00:00
|
|
|
script:
|
2014-03-25 21:58:51 +00:00
|
|
|
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|
|
|
|
- RAILS_ENV=test bundle exec rspec spec
|