mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
More tweaks to travis/ci scripts
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
ROOT_PATH=$PWD
|
||||
set -e # abort if anything fails
|
||||
|
||||
bundle check || bundle
|
||||
|
||||
echo '####################'
|
||||
echo 'Unit Tests'
|
||||
echo '####################'
|
||||
@@ -29,7 +27,7 @@ echo ''
|
||||
|
||||
echo '##### test-app #####'
|
||||
cd $ROOT_PATH/test-app
|
||||
bundle exec rake db:setup
|
||||
bundle exec rake db:migrate db:test:prepare
|
||||
bundle exec rspec
|
||||
|
||||
# Cleanup
|
||||
|
||||
Reference in New Issue
Block a user