Sha256: 2d48d7cb2e00949e989019c634b8bf86086198a298a0d6331d29a4e775d3f99b

Contents?: true

Size: 381 Bytes

Versions: 23

Compression:

Stored size: 381 Bytes

Contents

#!/bin/bash -e

echo 'Dropping your naf_development database if it exists'

psql -U postgres -c "drop database if exists naf_development"
psql -U postgres -c "drop database if exists primary_development"

echo 'Removing existing migration in dummy application'

rm -f spec/dummy/app/models/other/base.rb

rm -rf spec/dummy/db/naf

rm -f spec/dummy/db/migrate/*.rb

./ci/travis.sh

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
naf-2.1.13 ci/test-build.sh
naf-2.1.12 ci/test-build.sh
naf-2.1.11 ci/test-build.sh
naf-2.1.10 ci/test-build.sh
naf-2.1.9 ci/test-build.sh
naf-2.1.8 ci/test-build.sh
naf-2.1.6 ci/test-build.sh
naf-2.1.5 ci/test-build.sh
naf-2.1.4 ci/test-build.sh
naf-2.1.3 ci/test-build.sh
naf-2.1.2 ci/test-build.sh
naf-2.1.1 ci/test-build.sh
naf-2.1.0 ci/test-build.sh
naf-2.0.4 ci/test-build.sh
naf-2.0.3 ci/test-build.sh
naf-2.0.2 ci/test-build.sh
naf-2.0.1 ci/test-build.sh
naf-2.0.0 ci/test-build.sh
naf-1.1.4 ci/test-build.sh
naf-1.1.3 ci/test-build.sh