diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2a09387 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: ruby +rvm: + - "2.2.0" + - rbx +# uncomment this line if your project needs to run something other than `rake`: +# # script: bundle exec rspec spec