Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / phenx / php-font-lib / .travis.yml
1 language: php
2
3 env:
4   - PREFER_LOWEST="--prefer-lowest"
5   - PREFER_LOWEST=""
6
7 php:
8     - 5.4
9     - 5.5
10     - 5.6
11     - 7.0
12     - hhvm
13
14 matrix:
15   allow_failures:
16     - php: hhvm
17   fast_finish: true
18   
19 before_script:
20     - composer dump-autoload
21     - composer self-update
22     - composer update --prefer-source $PREFER_LOWEST
23
24 script: bin/phpunit
25
26
27 # Use Travis' new container-based infrastructure.
28 # See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
29 sudo: false