Skip to content

Commit

Permalink
Fix Travis-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVartanov committed Aug 20, 2016
1 parent 9e40363 commit 5ee2eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ matrix:
- rvm: jruby
gemfile: Gemfile
- rvm: jruby
gemfile: gemfile/Gemfile.activesupport-5
gemfile: gemfiles/Gemfile.activesupport-5
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.activesupport-4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"

gemspec
gemspec path: '..'

gem 'activesupport', '~> 4'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.activesupport-5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"

gemspec
gemspec path: '..'

gem 'activesupport', '~> 5'

0 comments on commit 5ee2eb0

Please sign in to comment.