Add Travis CI configuration
This commit is contained in:
parent
857ff1a7a1
commit
3069a857fb
|
@ -0,0 +1,8 @@
|
||||||
|
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
|
Loading…
Reference in New Issue