Some more travis tweaks
This commit is contained in:
parent
8b6595e65f
commit
dd269bcac0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
sudo: false
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
@ -15,7 +15,7 @@ addons:
|
||||||
- imagemagick
|
- imagemagick
|
||||||
#- google-chrome-stable
|
#- google-chrome-stable
|
||||||
artifacts:
|
artifacts:
|
||||||
s3_region: "eu-west-1"
|
region: "eu-west-1"
|
||||||
paths:
|
paths:
|
||||||
- $(ls tests/Browser/screenshots/*.png | tr "\n" ":")
|
- $(ls tests/Browser/screenshots/*.png | tr "\n" ":")
|
||||||
- $(ls tests/Browser/console/*.log | tr "\n" ":")
|
- $(ls tests/Browser/console/*.log | tr "\n" ":")
|
||||||
|
@ -30,7 +30,7 @@ env:
|
||||||
- setup=basic
|
- setup=basic
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.4
|
- 7.4.7
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- printf "\n" | pecl install imagick
|
- printf "\n" | pecl install imagick
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue