Configure travis to use bundler and new rake tasks

This commit is contained in:
Enrico Stahn 2015-03-26 16:01:07 +11:00 committed by Petr Korolev
parent 9e69a1c853
commit 34cd8f75f7

View File

@ -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: