Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / fabpot / goutte / .travis.yml
1 language: php
2
3 php:
4     - 7.0
5     - 5.6
6     - 5.5
7     - hhvm
8
9 install:
10     - travis_retry composer install --no-interaction --prefer-source
11
12 script:
13     - phpunit
14
15 matrix:
16     allow_failures:
17         - php: hhvm
18         - php: 7.0