Added .travis.yml to config travis build properly

This commit is contained in:
Greg Williams
2014-07-29 14:47:42 -04:00
parent b5050c6ed3
commit 3d8e4afb5f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
install:
- bundle install
script:
- bundle exec rake ci