licensed/script/cibuild

8 строки
94 B
Bash
Executable File

#!/bin/sh
set -e
bundle exec rake test
bundle exec rubocop -S -D
gem build licensed.gemspec