Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ before_install: # Stop/Start postgresql - sudo /etc/init.d/postgresql stop - sleep 3 - sudo /ect/init.d/postgresql start - sudo /etc/init.d/postgresql start # Setup the database user - sudo -u postgres psql -c "CREATE USER testuser WITH PASSWORD 'password'" Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ before_install: # Stop/Start postgresql - sudo /etc/init.d/postgresql stop - sleep 3 - sudo /ect/init.d/postgresql start - sudo /etc/init.d/postgresql start # Setup the database user - sudo -u postgres psql -c "CREATE USER testuser WITH PASSWORD 'password'" Loading