Skip to content

Commit

Permalink
Test with Gemoji 4.0.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jul 5, 2019
1 parent 1508b32 commit fc0ed88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ matrix:
- # GitHub Pages
rvm: 2.5.3
env: GH_PAGES=true
rvm: 2.5.3
env: GH_PAGES=true GEMOJI_VERSION=">= 4.0.0.pre0"
- rvm: *latest_ruby
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
- rvm: *latest_ruby
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1" GEMOJI_VERSION=">= 4.0.0.pre0"

before_install:
- gem update --system
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ gemspec

gem "github-pages" if ENV["GH_PAGES"]
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "jekyll", ENV["GEMOJI_VERSION"] if ENV["GEMOJI_VERSION"]
2 changes: 1 addition & 1 deletion jemoji.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.0"

s.add_dependency "gemoji", "~> 3.0"
s.add_dependency "gemoji", ">= 3.0", "< 5.0"
s.add_dependency "html-pipeline", "~> 2.2"
s.add_dependency "jekyll", ">= 3.0", "< 5.0"

Expand Down

0 comments on commit fc0ed88

Please sign in to comment.