From de8a1a372d9a84358ee1f46a9fe7a0edc7ebba35 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 7 Sep 2019 00:10:03 +0100 Subject: [PATCH] Updated travis-ci php versions --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29727f488..87d7bc71c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ -dist: trusty -sudo: false +dist: bionic language: php php: - - 7.0.20 - - 7.1.9 + - '7.1.3' + - '7.2' cache: directories: @@ -23,6 +22,3 @@ before_script: after_failure: - cat storage/logs/laravel.log - -script: - - phpunit