Do not run twice the suite on Travis

pull/362/head
David Arango 11 years ago
parent e37c647eb1
commit ea50611af3

@ -36,7 +36,6 @@ script:
- make check-prepared
# check list of database names
- sudo su postgres -c "echo 'select datname from pg_database;' | psql template_postgis"
- make check-prepared # running twice catches status leaks (db, users..)
env:

Loading…
Cancel
Save