Sha256: c1f7c8cd02e85322abb007806bf13e3254c3b169915f87be1b3d752bbeeb2e62
Contents?: true
Size: 364 Bytes
Versions: 10
Compression:
Stored size: 364 Bytes
Contents
#!/bin/sh set -ex # Checks to see the build is likely to fail on Travis. # Duplicated the versions from .travis.yml JEKYLL_VERSION=2.4.0 bundle update && $(dirname "$0")/test && JEKYLL_VERSION=3.0.0 bundle update && $(dirname "$0")/test && JEKYLL_VERSION=3.8.5 bundle update && $(dirname "$0")/test && JEKYLL_VERSION=4.2.0 bundle update && $(dirname "$0")/test
Version data entries
10 entries across 10 versions & 1 rubygems