Skip to content

Commit fc3c788

Browse files
committed
Test with Rails 5.0 and 5.1
1 parent 81b5808 commit fc3c788

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
sudo: false
22
cache: bundler
33
rvm:
4-
- 2.2.4
5-
- 2.3.0
4+
- 2.2.7
5+
- 2.3.4
6+
- 2.4.1
67
- ruby-head
8+
gemfile:
9+
- Gemfile
10+
- gemfiles/Gemfile-rails-5-0
711
matrix:
812
allow_failures:
913
- rvm: ruby-head

gemfiles/Gemfile-rails-5-0

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
gemspec path: '..'
3+
4+
gem 'actionpack', '~> 5.0.1'

0 commit comments

Comments
 (0)