Skip to content

Commit

Permalink
Test on latest ruby versions and move to Ubuntu 16.04 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick authored Jul 31, 2019
1 parent bf48bda commit f9aebb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: ruby
dist: trusty
dist: xenial
sudo: false
cache: bundler

before_install:
- gem install bundler

rvm:
- 2.3.6
- 2.4.3
- 2.5.0
- 2.4.6
- 2.5.5
- 2.6.3

script:
- bundle exec rake

0 comments on commit f9aebb4

Please sign in to comment.