Sha256: f6220ddd13a67ad197c3e3216a0b1943561b2862a5cfb7c752aaf2366c0e552e

Contents?: true

Size: 328 Bytes

Versions: 7

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cloudcannon-jekyll-3.2.4 script/test-all-versions
cloudcannon-jekyll-3.2.3 script/test-all-versions
cloudcannon-jekyll-3.2.2 script/test-all-versions
cloudcannon-jekyll-3.2.1 script/test-all-versions
cloudcannon-jekyll-3.2.0 script/test-all-versions
cloudcannon-jekyll-3.1.0 script/test-all-versions
cloudcannon-jekyll-3.0.2 script/test-all-versions