licensee/script/cibuild

10 lines
86 B
Bash
Executable File

#!/bin/sh
set -e
bundle exec rspec
bundle exec rubocop
gem build licensee.gemspec