source: trunk/client/inc/hpdf5/spipu/html2pdf/.travis.yml@ 347

Last change on this file since 347 was 347, checked in by roby, 3 years ago

Aggiornamento per compatibilità con php7.4

File size: 149 bytes
Line 
1language: php
2
3php:
4 - 5.6
5 - 7.0
6 - 7.1
7 - 7.2
8 - 7.3
9 - 7.4
10
11before_script:
12 - composer selfupdate
13 - composer install --dev --prefer-dist
Note: See TracBrowser for help on using the repository browser.