Merge pull request #59 from michaelachrisco/travis-build

Travis build
This commit is contained in:
Tomasz Gieniusz 2015-09-18 10:46:30 +02:00
commit 9f43ee644e
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: ruby
rvm:
- "1.9"
- "2.1.0"
- "2.2.0"
- ruby-head
script:
- bundle exec rake
matrix:
allow_failures:
- rvm: ruby-head