comparison vendor/endroid/qr-code/.travis.yml @ 6:cec75ba50afc

endroid/qrcode as distributed
author Charlie Root
date Sat, 13 Jan 2018 09:00:52 -0500
parents
children
comparison
equal deleted inserted replaced
5:b31e49dc4392 6:cec75ba50afc
1 language: php
2
3 php:
4 - 5.3
5 - 5.4
6 - 5.5
7 - 5.6
8 - 7.0
9 - hhvm
10
11 before_script:
12 - composer install --dev
13
14 script: phpunit -c phpunit.xml.dist
15
16 notifications:
17 email:
18 - info@endroid.nl