mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-28 08:07:01 -05:00
Add .travis.yml and build badge
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user