mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-28 16:17:02 -05:00
12 lines
195 B
YAML
12 lines
195 B
YAML
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
|