Sha256: 180a51fa1758ff10d071acf1a3b9a1f1e28e4ff5d3be4a5cc30533304de84dd5
Contents?: true
Size: 364 Bytes
Versions: 16
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.1.1 bundle update && $(dirname "$0")/test
Version data entries
16 entries across 16 versions & 1 rubygems