酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 regels
181 B

  1. language: php
  2. php:
  3. - 7.0
  4. - 7.1
  5. - 7.2
  6. sudo: false
  7. dist: trusty
  8. install: travis_retry composer install --no-interaction --prefer-source
  9. script: vendor/bin/phpunit --verbose