mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
travis updates
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,9 +1,17 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
|
- 5.6
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.3
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit tests
|
- phpunit tests
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- will.knauss@gmail.com
|
||||||
|
on_success: never
|
||||||
|
on_failure: always
|
||||||
Reference in New Issue
Block a user