clarion/.travis.yml

8 lines
135 B
YAML
Raw Normal View History

2014-07-28 13:18:42 +03:00
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
script:
- RAILS_ENV=test bundle exec rake --trace initial_setup spec