Skip to content

Commit

Permalink
添加 travis 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlwqq committed Aug 20, 2018
1 parent 0a6c4da commit 3ae0340
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ language: php
php:
- '5.6'
- '7.0'

matrix:
fast_finish: true
allow_failures:
- php: hhvm

sudo: false
sudo: false

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

script: vendor/bin/phpunit --verbose -c phpunit.xml

0 comments on commit 3ae0340

Please sign in to comment.