Sha256: c6bf5b7c94a276cd1709734868e1141c6f8689590baba175c06ef250b1d27f78
Contents?: true
Size: 233 Bytes
Versions: 8
Compression:
Stored size: 233 Bytes
Contents
#!/bin/sh # script/cibuild: Setup environment for CI to run tests. This is primarily # designed to run on the continuous integration server. set -e cd "$(dirname "$0")/.." bundle exec rubocop --fail-level warning
Version data entries
8 entries across 8 versions & 1 rubygems