Sha256: 72712372e746912bb66e2477c4f955c2d40c08883114dc7ec8318c6621ff2263

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

# Start xvfb in preparation for cucumber
sh -e /etc/init.d/xvfb start

# fetch extjs
wget http://cdn.sencha.io/ext-4.1.1a-gpl.zip
unzip -q -d test/basepack_test_app/public/ -n ext-4.1.1a-gpl.zip
mv test/basepack_test_app/public/ext-4.1.1a test/basepack_test_app/public/extjs

# cp db configuration
cp test/basepack_test_app/config/database.yml.travis  test/basepack_test_app/config/database.yml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-basepack-0.8.1 config/before-travis.sh
netzke-basepack-0.8.0 config/before-travis.sh