Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
1 changed files with 7 additions and 14 deletions
Showing only changes of commit 39569ccb96 - Show all commits

View File

@ -1,18 +1,13 @@
dist: xenial dist: xenial
os: linux os: linux
arch: arch: amd64
- amd64
- arm64
- ppc64le
language: php language: php
services: services:
- if: arch = amd64
- [ mysql, postgresql ]
- if: arch != amd64
- mysql - mysql
- postgresql
php: php:
- 7.2 - 7.2
@ -21,7 +16,6 @@ php:
- nightly - nightly
before_script: before_script:
- if: arch = amd64
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres - psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;' - mysql -e 'create database IF NOT EXISTS test;'
@ -40,4 +34,3 @@ after_script:
jobs: jobs:
allow_failures: allow_failures:
- php: nightly - php: nightly
- arch: [arm64, ppc64le]