소스 검색

Fix tests

Maurits van der Schee 6 년 전
부모
커밋
f3183e24e0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml 파일 보기

@@ -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…
취소
저장