Skip to content

Commit

Permalink
Merge pull request #269 from envato/orien/ruby-2.6
Browse files Browse the repository at this point in the history
Test on Ruby 2.6 (and not on 2.1 and 2.2)
  • Loading branch information
orien committed Jan 3, 2019
2 parents f8cffd5 + 737930b commit 733fa0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
27 changes: 9 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
language: ruby
matrix:
include:
- rvm: 2.1
gemfile: spec/support/gemfiles/Gemfile.activesupport-4.0.0
- rvm: 2.2
- rvm: 2.2
os: osx
- rvm: 2.3
- rvm: 2.3
os: osx
- rvm: 2.4
- rvm: 2.4
os: osx
- rvm: 2.5
- rvm: 2.5
os: osx
os:
- linux
- osx
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
script: bundle exec rake spec features
sudo: false
script:
- bundle exec rake spec features
5 changes: 0 additions & 5 deletions spec/support/gemfiles/Gemfile.activesupport-4.0.0

This file was deleted.

0 comments on commit 733fa0c

Please sign in to comment.