Let travis test on PHP 7.2, 7.3 and 7.4
[grauphel.git] / .travis.yml
1 language: php
2 sudo: false
3 addons:
4   apt:
5     packages:
6     - diffutils
7     - xsltproc
8 php:
9   - 7.2
10   - 7.3
11   - 7.4
12 script:
13   - cd tests
14   - phpunit .