Version 3 #1
11
.travis.yml
11
.travis.yml
@ -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]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user