Sha256: 6a9176e86602a1ddd5078b29e8a984051d7d50354af54dae7cc031633bd93828

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 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.8.5 bundle update && $(dirname "$0")/test &&
JEKYLL_VERSION=4.2.1 bundle update && $(dirname "$0")/test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cloudcannon-jekyll-3.0.1 script/test-all-versions
cloudcannon-jekyll-3.0.0 script/test-all-versions