Some more travis tweaks

This commit is contained in:
Jonny Barnes 2020-07-12 18:33:35 +01:00
parent 8b6595e65f
commit dd269bcac0

View file

@ -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