Updated travis-ci php versions

This commit is contained in:
Dan Brown 2019-09-07 00:10:03 +01:00
parent 6917ea088f
commit de8a1a372d
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -1,9 +1,8 @@
dist: trusty dist: bionic
sudo: false
language: php language: php
php: php:
- 7.0.20 - '7.1.3'
- 7.1.9 - '7.2'
cache: cache:
directories: directories:
@ -23,6 +22,3 @@ before_script:
after_failure: after_failure:
- cat storage/logs/laravel.log - cat storage/logs/laravel.log
script:
- phpunit