Sha256: d950198e95d6a5bece29b8aabafb21d4f3b0b6c9c8a22209657ddec7d8459f11
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
#!/bin/bash # Usage: script/ci_test.sh # # run all the 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
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
negarmoji-0.1.6 | script/test.sh |
negarmoji-0.1.5 | script/test.sh |
negarmoji-0.1.4 | script/test.sh |
negarmoji-0.1.3 | script/test.sh |