Skip to content

Commit

Permalink
[chore] Normalize Travis CI builds (jekyll#480)
Browse files Browse the repository at this point in the history
Merge pull request 480
  • Loading branch information
ashmaroli authored Feb 24, 2020
1 parent 4dc808d commit a1e6ea8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: ruby
cache: bundler
rvm:
- 2.6
- 2.4
rvm: 2.4

before_install:
- gem update --system --no-document
- gem install bundler --no-document

before_install: gem update --system
install: script/bootstrap
script: script/cibuild

env:
matrix:
- JEKYLL_VERSION="~> 3.5"
- JEKYLL_VERSION="~> 3.8.0"
- JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 4.0"

0 comments on commit a1e6ea8

Please sign in to comment.