mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated travis-ci php versions
This commit is contained in:
parent
6917ea088f
commit
de8a1a372d
10
.travis.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user