Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard70NL committed May 9, 2019
1 parent 28e8caa commit 3027ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,10 +10,10 @@ addons:
- postgres

after_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew services start postgresql ;' -U postgres ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew services start postgresql ; fi

before_script:
- if [ "$TRAVIS_OS_NAME" != "windows" ] ; then psql -c 'create user dialogue_test with login nosuperuser inherit nocreatedb nocreaterole noreplication ;' -U postgres ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ] ; then psql -c 'create user dialogue_test with login nosuperuser inherit nocreatedb nocreaterole noreplication;' -U postgres ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ] ; then psql -c 'create database dialogue_test with owner dialogue_test;' -U postgres ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ] ; then psql -c 'drop schema if exists dialogue cascade;' -d dialogue_test -U dialogue_test ; fi

Expand Down

0 comments on commit 3027ac5

Please sign in to comment.