Sha256: 7a156f5d38c55d8a381f0909e5d9e8e5d9c3b096082b2364c40413f726ecea0e

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

#!/bin/bash
source ~/.bashrc

git remote prune origin
git gc

export WORKING_PATH=$(pwd)
export DISPLAY=:92

rvm use 1.9.2
bundle install --path vendor/bundle
script/xvfb start

bundle exec rake jasmine:ci --trace
RESULT=$?

script/xvfb stop
exit $RESULT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwiki-0.2.5 script/build_jasmine