审查视图

vendor/overtrue/socialite/.travis.yml 198 字节
王智 authored
1 2 3
language: php

php:
王智 authored
4 5
  - 5.5
  - 5.6
王智 authored
6 7
  - 7.0
  - 7.1
王智 authored
8
  - hhvm
王智 authored
9 10 11 12 13 14 15

sudo: false
dist: trusty

install: travis_retry composer install --no-interaction --prefer-source

script: vendor/bin/phpunit --verbose