Add Travis-CI file
parent
2bbcd4ab70
commit
f7a0872533
|
@ -0,0 +1,7 @@
|
||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
|
- 2.1.1
|
||||||
|
- rbx-2
|
||||||
|
script: 'bundle exec rspec spec'
|
Loading…
Reference in New Issue