Sha256: fc7e21b04ba61364d06f2654c3b929a0977ba6e1d02fcb330a997ededbea4996
Contents?: true
Size: 290 Bytes
Versions: 6
Compression:
Stored size: 290 Bytes
Contents
#!/bin/bash # Usage: script/ci_test.sh # # Runs tests. # set flag for shell execution. # -e Exit immediately if a command exits with a non-zero status. # -x Print commands and their arguments as they are executed. set -ex script/test_style.sh # script/test_module.sh # TODO write tests
Version data entries
6 entries across 6 versions & 1 rubygems