Skip to content

Commit

Permalink
Tests should run on xenial, precise is too old
Browse files Browse the repository at this point in the history
Enabled bundler caching for travis.
  • Loading branch information
mathieujobin committed Aug 19, 2017
1 parent 411969a commit 064077e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,10 +1,17 @@
language: ruby language: ruby
dist: xenial
cache: bundler
rvm: rvm:
- 2.4.1 - 2.4.1
- 2.3.4 - 2.3.4
- 2.2.7 - 2.2.7
- 2.1.10 - 2.1.10
- 2.0.0 - 2.0.0
matrix:
allow_failures:
- rvm: 2.1.10
- rvm: 2.0.0
fast_finish: true


script: script:
- bundle exec rake spec - bundle exec rake spec
Expand Down

0 comments on commit 064077e

Please sign in to comment.