Configure travis to use bundler and new rake tasks
This commit is contained in:
parent
ea89cec43a
commit
2cf62707d7
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