Sha256: 1686ef0946b06c69381f3cb7af1e6264eb96003b625126df909697dd25a1755c

Contents?: true

Size: 162 Bytes

Versions: 5

Compression:

Stored size: 162 Bytes

Contents

#!/bin/bash

# Update gems
gem update --system 3.2.3

# Install bundler
gem install bundler

# Install dependencies
bundle install

# Run tests
bundle exec rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-commonmark-ghpages-0.5.1 script/cibuild
jekyll-commonmark-ghpages-0.5.0 script/cibuild
jekyll-commonmark-ghpages-0.4.0 script/cibuild
jekyll-commonmark-ghpages-0.3.0 script/cibuild
jekyll-commonmark-ghpages-0.2.0 script/cibuild