Skip to content

Commit

Permalink
tests travis cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antsmc2 committed Nov 20, 2017
1 parent 82a8938 commit 2f7fabc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ install:
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm

before_script:
- mkdir -p logs
- mkdir -p files/submissions/
- mkdir -p files/answerFiles/
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS mics_test;' -U postgres; fi"
- psql -c 'create database mics_test;' -U postgres
- cp mics/travis-settings.py mics/localsettings.py
Expand Down

0 comments on commit 2f7fabc

Please sign in to comment.