Sha256: 573779fddf3f2c8ebd77cce1763518f0d378062f9f4907ff2103df86f1c50fd4
Contents?: true
Size: 315 Bytes
Versions: 17
Compression:
Stored size: 315 Bytes
Contents
#!/bin/bash PKG_FILE="$PWD/$(npm pack)" CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD) git clone https://github.com/karma-runner/integration-tests.git --depth 1 cd integration-tests if [ "$CURRENT_BRANCH" = "jasmine-1_0" ]; then ./run.sh -g "jasmine$" $PKG_FILE else ./run.sh -g "jasmine_2" $PKG_FILE fi
Version data entries
17 entries across 17 versions & 2 rubygems