update 1.0.8.0
Commits for version update
This commit is contained in:
@@ -5,6 +5,12 @@ language: php
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php: nightly
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- PREFER_LOWEST="--prefer-lowest"
|
||||
- PREFER_LOWEST=""
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
@@ -13,10 +19,10 @@ php:
|
||||
- 5.6
|
||||
- hhvm
|
||||
- 7
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
- wget http://getcomposer.org/composer.phar
|
||||
- php composer.phar install --no-interaction
|
||||
- composer update --no-interaction $PREFER_LOWEST
|
||||
- mkdir -p build/logs
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user