Sha256: ea1f849a34624724c68e36776bb35f031aa6124d60d1fb9f42624fae728b8fc0

Contents?: true

Size: 328 Bytes

Versions: 6

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.1 bundle update && $(dirname "$0")/test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cloudcannon-jekyll-4.0.5 script/test-all-versions
cloudcannon-jekyll-4.0.4 script/test-all-versions
cloudcannon-jekyll-4.0.3 script/test-all-versions
cloudcannon-jekyll-4.0.2 script/test-all-versions
cloudcannon-jekyll-4.0.1 script/test-all-versions
cloudcannon-jekyll-4.0.0 script/test-all-versions