Skip to content

Commit cf9340f

Browse files
committed
Test against more ruby versions
1 parent 26bf899 commit cf9340f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: ruby
22
rvm:
3-
- 2.2.5
3+
- 2.2
4+
- 2.3
5+
- 2.4
6+
- 2.5
47
env:
58
- "RAILS_VERSION=3.2.0"
69
- "RAILS_VERSION=4.2.0"
7-
- "RAILS_VERSION=5.0.0"
10+
- "RAILS_VERSION=5.2.0"
811
cache: bundler
912
install: ./make_site.sh
1013
script: bundle exec rspec

0 commit comments

Comments
 (0)