Skip to content

Commit

Permalink
test both listen 1.x and 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jul 17, 2014
2 parents 412a8e9 + 55fa36a commit 4eea1c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ rvm:
- 2.0.0
- 1.9.3
- 1.9.2
gemfile:
- Gemfile
- gemfiles/Gemfile.listen_1
matrix:
exclude:
- gemfile: Gemfile
rvm: 1.9.2
script: bundle exec rake
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.listen_1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in fontcustom.gemspec
gemspec

gem "listen", "~>1.0"

0 comments on commit 4eea1c0

Please # to comment.