Skip to content

Commit

Permalink
CI: Add 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 1, 2019
1 parent fa8fb50 commit c4796b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
---
language: ruby
dist: trusty
sudo: false
cache: bundler
script: "bundle exec rake test"
rvm:
Expand Down Expand Up @@ -31,6 +30,9 @@ matrix:
- rvm: 2.5
before_install:
- gem install bundler
- rvm: 2.6
before_install:
- gem install bundler
- rvm: ruby-head
before_install:
- gem install bundler
Expand Down

0 comments on commit c4796b4

Please sign in to comment.