update 1.0.8.0
Commits for version update
This commit is contained in:
20
vendor/phpoffice/phpexcel/.travis.yml
vendored
Normal file
20
vendor/phpoffice/phpexcel/.travis.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.2
|
||||
- 5.3.3
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
script:
|
||||
- phpunit -c ./unitTests/
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user