Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 6, 2014
1 parent 42e938b commit df04744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ before_install:

before_script:
- psql -c 'create database bareos;' -U postgres
- su postgres -c tests/travis/pgsql/make_tables.sql
- su postgres -c tests/travis/pgsql/grant_privileges.sql
- psql bareos < tests/travis/pgsql/make_tables.sql -U postgres
- psql bareos < tests/travis/pgsql/grant_privileges.sql -U postgres

branches:
only:
Expand Down

0 comments on commit df04744

Please sign in to comment.