clarion/.travis.yml

8 lines
131 B
YAML

language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
script:
- RAILS_ENV=test bundle exec rake --trace bootstrap spec