diff --git a/.travis.yml b/.travis.yml index 921e11f..6bb7fc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +language: ruby rvm: - 2.0.0 - 2.1.2 @@ -7,9 +8,10 @@ rvm: matrix: allow_failures: - rvm: ree +script: + - travis_wait bundle exec rake notifications: recipients: - cowboyd@thefrontside.net - bordjukov@gmail.com -before_install: - - sudo apt-get update \ No newline at end of file +cache: bundler \ No newline at end of file