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