#!/bin/sh

set -e

bundle exec rspec
bundle exec rubocop -S -D
gem build jekyll-include-cache.gemspec
