Sha256: 8767208b215c3c53d94756d9fe0d1778b81ce6fb58427da95a2fcd6c1936e83c
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
#!/bin/bash -elx set -o pipefail DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PROJECT_ROOT="$( dirname "$( dirname $DIR )" )" pushd "$PROJECT_ROOT" rvm install --default $RUBY_VERSION_UNDER_TEST ruby --version export GOPATH=$HOME/go export RUBYOPT='-E utf-8' gem update --system gem install bundler bundle install bundle pristine rake install rake spec rake features popd
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
license_finder-7.1.0 | ci/scripts/run-tests.sh |
license_finder-7.0.1 | ci/scripts/run-tests.sh |
license_finder-7.0.0 | ci/scripts/run-tests.sh |