Sha256: dc599cfc49cae347a8ba5b669b6dbd5f2cbc6f9bb75fdefff05989e3244dff03

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

#!/bin/bash

# Source RVM profile and set ruby / gemset
. /etc/profile

# Use stackster gemset
rvm use "1.9.3-p194@stackster" --create

# Exit with error if any command returns non zero
set -e

# Bundle gems
bundle

# Run spec tests
rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stackster-0.3.1 script/ci_setup