More tweaks to travis/ci scripts

This commit is contained in:
richie
2016-10-11 22:17:21 -07:00
parent b503e0c74b
commit f8df35d338
4 changed files with 3 additions and 4 deletions

View File

@@ -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