init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
36
vendor/gregwar/image/Gregwar/Image/.travis.yml
vendored
Normal file
36
vendor/gregwar/image/Gregwar/Image/.travis.yml
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- nightly
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
global:
|
||||
- PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.3
|
||||
env: COMPOSER_FLAGS="--prefer-lowest"
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: hhvm
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache/files
|
||||
|
||||
before_script:
|
||||
- composer selfupdate
|
||||
- composer config -g github-oauth.github.com $GITHUB_OAUTH_TOKEN
|
||||
- composer global require phpunit/phpunit --no-update
|
||||
- composer global update --prefer-dist --no-interaction
|
||||
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
|
||||
|
||||
script: make test
|
||||
Loading…
Add table
Add a link
Reference in a new issue