Skip to content

Commit

Permalink
Testing fixes 5
Browse files Browse the repository at this point in the history
  • Loading branch information
straydogstudio committed Sep 20, 2019
1 parent 43a600d commit 593de1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -9,17 +9,19 @@ notifications:
- noel@peden.biz
on_success: always
env:
- RAILS_VERSION=4.2
- RAILS_VERSION=5.0
- RAILS_VERSION=5.1
- RAILS_VERSION=5.2
- RAILS_VERSION=6.0
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
before_install:
- gem update bundler
script:
spec/ci.rb
matrix:
exclude:
- rvm: 2.4.7
env: RAILS_VERSION=6.0

0 comments on commit 593de1b

Please sign in to comment.