Sha256: 8234ff05c4c3dedeb72e0874c5e47dc9f44432cf40e0e6bd6bd2b032e21cb642
Contents?: true
Size: 302 Bytes
Versions: 8
Compression:
Stored size: 302 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.2.1 bundle update && $(dirname "$0")/test
Version data entries
8 entries across 8 versions & 1 rubygems