Added .travis.yml file
Cette révision appartient à :
Parent
7d1ba35ed9
révision
cfc8d30ba2
15
.travis.yml
Fichier normal
15
.travis.yml
Fichier normal
@ -0,0 +1,15 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
- composer install --dev --prefer-source
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-text
|
Chargement…
Référencer dans un nouveau ticket
Block a user