From: Dan Brown Date: Fri, 6 Sep 2019 23:10:03 +0000 (+0100) Subject: Updated travis-ci php versions X-Git-Tag: v0.28.0~1^2~98^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/de8a1a372d9a84358ee1f46a9fe7a0edc7ebba35 Updated travis-ci php versions --- 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