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 faff3b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
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=5.2.0"
cache: bundler
install: ./make_site.sh
script: bundle exec rspec

0 comments on commit faff3b7

Please sign in to comment.