comparison vendor/endroid/qrcode/.travis.yml @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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