mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-20 07:02:56 +08: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
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user