Sha256: 16874bf9d27a25226b3b2b6735dea75b98849aaaef17e2e404d3a04efaee7b53

Contents?: true

Size: 229 Bytes

Versions: 16

Compression:

Stored size: 229 Bytes

Contents

#!/bin/bash

export RAILS_ENV=test
bundle

# Split these up into separate processes
# or we get the error `Application has been already initialized.`
bundle exec rake db:test:prepare
bundle exec rake test:all COVERAGE=on CI=true

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta4 script/cibuild
houston-core-0.7.0.beta3 script/cibuild
houston-core-0.7.0.beta2 script/cibuild
houston-core-0.7.0.beta script/cibuild
houston-core-0.6.3 script/cibuild
houston-core-0.6.2 script/cibuild
houston-core-0.6.1 script/cibuild
houston-core-0.6.0 script/cibuild
houston-core-0.5.6 script/cibuild
houston-core-0.5.5 script/cibuild
houston-core-0.5.4 script/cibuild
houston-core-0.5.3 script/cibuild
houston-core-0.5.2 script/cibuild
houston-core-0.5.1 script/cibuild
houston-core-0.5.0 script/cibuild
houston-core-0.5.0.beta1 script/cibuild