From bf61ef3cc025463144667c6c70f7bdfb2c333a73 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 24 Apr 2019 11:07:36 +1000 Subject: [PATCH] Fixes for chrome version in Travis --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4deb1b9f6150..6f2eab3daaa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,16 +6,13 @@ sudo: true group: deprecated-2017Q4 php: + - 7.1 - 7.2 - 7.3 - 7.4snapshot addons: - apt: - sources: - - google-chrome - packages: - - google-chrome-stable + chrome: beta hosts: - www.ninja.test