Sha256: c1f7c8cd02e85322abb007806bf13e3254c3b169915f87be1b3d752bbeeb2e62

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cloudcannon-jekyll-2.3.4 script/ci-smoke-test
cloudcannon-jekyll-2.3.3 script/ci-smoke-test
cloudcannon-jekyll-2.3.2 script/ci-smoke-test
cloudcannon-jekyll-2.3.1 script/ci-smoke-test
cloudcannon-jekyll-2.3.0 script/ci-smoke-test
cloudcannon-jekyll-2.2.0 script/ci-smoke-test
cloudcannon-jekyll-2.1.0 script/ci-smoke-test
cloudcannon-jekyll-2.0.2 script/ci-smoke-test
cloudcannon-jekyll-2.0.1 script/ci-smoke-test
cloudcannon-jekyll-2.0.0 script/ci-smoke-test