Sha256: de3679e66999b51e989df195bfc0b0b6301992a7f03918d1042d39ee4f56756f

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

#!/bin/sh

set -ex

JEKYLL_VERSION=2.4.0 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=3.0.0 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=3.3.1 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=3.8.5 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=4.3.2 bundle update && $(dirname "$0")/test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cloudcannon-jekyll-4.1.0 script/test-all-versions
cloudcannon-jekyll-4.0.7 script/test-all-versions
cloudcannon-jekyll-4.0.6 script/test-all-versions