Skip to content

Commit

Permalink
Change to force remove travis build dir if already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Aug 17, 2015
1 parent 8ece636 commit d16d278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_script:
- export DEFAULT_TRAVIS_BUILD_DIR=$TRAVIS_BUILD_DIR
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/gopkg.in/doug-martin/goqu.v3
- mkdir -p $TRAVIS_BUILD_DIR
- rm -rf $TRAVIS_BUILD_DIR
- mv -vfT $DEFAULT_TRAVIS_BUILD_DIR $TRAVIS_BUILD_DIR
- psql -c 'create database goqupostgres;' -U postgres
- mysql -e 'create database goqumysql;'

0 comments on commit d16d278

Please sign in to comment.