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
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem --version
|
||||
|
||||
rvm:
|
||||
- 2.1.0
|
||||
gemfile:
|
||||
- Gemfile
|
||||
|
||||
script:
|
||||
- bundle exec rake
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue
Block a user