Skip to content

Commit

Permalink
Corrections.. corrections..
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jul 5, 2019
1 parent fc0ed88 commit 1a0e250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ env:
- JEKYLL_VERSION="~> 3.8"
matrix:
include:
- rvm: *latest_ruby
env: GEMOJI_VERSION=">= 4.0.0.pre0"
- # GitHub Pages
rvm: 2.5.3
env: GH_PAGES=true
rvm: 2.5.3
- rvm: 2.5.3
env: GH_PAGES=true GEMOJI_VERSION=">= 4.0.0.pre0"
- rvm: *latest_ruby
- # Jekyll 4.0
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"
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1" GEMOJI_VERSION=">= 4.0.0.pre0"

before_install:
- gem update --system
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +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"]
gem "gemoji", ENV["GEMOJI_VERSION"] if ENV["GEMOJI_VERSION"]

0 comments on commit 1a0e250

Please sign in to comment.