clarion/.travis.yml

8 lines
131 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:
2014-07-28 13:26:49 +03:00
- RAILS_ENV=test bundle exec rake --trace bootstrap spec