Sha256: 02548ff5fb7eff33c49a575f00324e068d53a5954a87e068c11916d725dc9373

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-core-0.7.7 config/ci/before-travis.sh
netzke-core-0.7.6 config/ci/before-travis.sh