mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
d6ae95e18c
Fallback to older rails I18n behaviour Silence deprecation warnings, for now Added code climate test reporter Created CI deployment task Added *all* the badges
10 lines
292 B
YAML
10 lines
292 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.1.1
|
|
env:
|
|
- CODECLIMATE_REPO_TOKEN=b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
|
|
- MYSQL_USERNAME=travis
|
|
script:
|
|
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|
|
- RAILS_ENV=test bundle exec rspec spec
|