forked from LiveCarta/PayPal-PHP-SDK
Added PHP 5.6, 5.5 and HHVM to travis.yml
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,7 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 5.4
|
|
||||||
- 5.3
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
fast_finish: true
|
||||||
before_script:
|
before_script:
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- composer update satooshi/php-coveralls --dev
|
- composer update satooshi/php-coveralls --dev
|
||||||
@@ -12,4 +19,4 @@ after_script:
|
|||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- DL-PP-Platform-PHP-SDK@ebay.com
|
- DL-PP-Platform-PHP-SDK@ebay.com
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|||||||
Reference in New Issue
Block a user