Skip to content

Commit

Permalink
Fixes travis tests for alternate gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizau committed Oct 21, 2014
1 parent bc83aa5 commit ee7c254
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemfiles/Gemfile.listen_1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
source "https://rubygems.org"

# Specify your gem's dependencies in fontcustom.gemspec
gemspec
# Specify your gem"s dependencies in fontcustom.gemspec
gemspec :path => "../fontcustom.gemspec"

gem "listen", "~>1.0"
gem "listen", "~>1.0"

0 comments on commit ee7c254

Please sign in to comment.