ensl.org/.travis.yml

18 lines
581 B
YAML
Raw Normal View History

language: ruby
bundler_args: --jobs=3 --retry=3
cache:
bundler: true
2014-03-25 22:24:56 +00:00
addons:
code_climate:
repo_token: b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
rvm:
2014-10-09 22:52:32 +00:00
- 2.1.3
env:
2014-10-11 07:15:39 +00:00
- MYSQL_USERNAME=travis APP_SECRET=2d3a08dfea079fe45bcb7f830b010eda
2014-10-12 10:55:33 +00:00
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- sleep 5
script:
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
2014-10-12 10:55:33 +00:00
- RAILS_ENV=test bundle exec rspec spec