Commit inicial
This commit is contained in:
16
include/vendor/seinopsys/postgresql-database-class/.travis.yml
vendored
Normal file
16
include/vendor/seinopsys/postgresql-database-class/.travis.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.4
|
||||
- 5.6
|
||||
- 7
|
||||
- 7.1
|
||||
- 7.2
|
||||
notifications:
|
||||
email: false
|
||||
dist: trusty
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
before_script:
|
||||
- psql -c 'CREATE DATABASE test;' -U postgres
|
||||
- composer install
|
||||
script: composer test && composer lint
|
||||
Reference in New Issue
Block a user