Configure travis to use bundler and new rake tasks
This commit is contained in:
parent
9e69a1c853
commit
34cd8f75f7
12
.travis.yml
12
.travis.yml
|
@ -1,11 +1,13 @@
|
||||||
|
---
|
||||||
|
sudo: false
|
||||||
|
cache: bundler
|
||||||
language: ruby
|
language: ruby
|
||||||
before_install:
|
|
||||||
- gem update --system
|
|
||||||
- gem --version
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.0
|
- 2.1.0
|
||||||
gemfile:
|
|
||||||
- Gemfile
|
script:
|
||||||
|
- bundle exec rake
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user