Skip to content

Commit 5ee2eb0

Browse files
Fix Travis-related files
1 parent 9e40363 commit 5ee2eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ matrix:
1616
- rvm: jruby
1717
gemfile: Gemfile
1818
- rvm: jruby
19-
gemfile: gemfile/Gemfile.activesupport-5
19+
gemfile: gemfiles/Gemfile.activesupport-5

gemfiles/Gemfile.activesupport-4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "http://rubygems.org"
22

3-
gemspec
3+
gemspec path: '..'
44

55
gem 'activesupport', '~> 4'

gemfiles/Gemfile.activesupport-5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "http://rubygems.org"
22

3-
gemspec
3+
gemspec path: '..'
44

55
gem 'activesupport', '~> 5'

0 commit comments

Comments
 (0)