Skip to content

Commit

Permalink
Test against more ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed May 2, 2018
1 parent c9af844 commit 215f3b7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: ruby
rvm:
- 2.2.5
- 2.2
- 2.3
- 2.4
- 2.5
env:
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=5.0.0"
- RAILS_VERSION=3.2.0
- RAILS_VERSION=4.2.0
- RAILS_VERSION=5.1.0
cache: bundler
install: ./make_site.sh
script: bundle exec rspec
matrix:
exclude:
- rvm: 2.4
env: RAILS_VERSION=3.2.0
- rvm: 2.5
env: RAILS_VERSION=3.2.0

0 comments on commit 215f3b7

Please sign in to comment.