Browse Source

Fix tests

Maurits van der Schee 7 years ago
parent
commit
f3183e24e0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml View File

@@ -16,7 +16,6 @@ php:
16 16
 before_install:
17 17
   - phpenv config-add travisphp.ini
18 18
   - psql -c 'create database testing;' -U postgres
19
-  - psql -U postgres -c "create extension postgis"
20 19
   - mysql -e 'CREATE DATABASE testing;'
21 20
   - cp tests/Config.php.travis tests/Config.php
22 21
 

Loading…
Cancel
Save