Add .travis.yml and build badge

This commit is contained in:
Jaiden Mispy 2014-11-15 04:02:05 +11:00
parent f416c73c54
commit 8da021e193
2 changed files with 12 additions and 0 deletions

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.1.4
bundler_args: -j4 --without development production --quiet
script:
- bundle exec rspec spec
notifications:
email:
- ebooks@mispy.me