choosealicense.com/script/cibuild

8 lines
95 B
Bash
Executable File

#!/bin/sh
set -e
echo "building the site..."
bundle exec rake test
bundle exec rubocop -D -S