Skip to content

Commit

Permalink
Travis: use PHP 7.2 and update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 12, 2018
1 parent 71e19fb commit 0c25819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php

php:
- 7.0
- 7.2

before_script:
- echo | pecl install channel://pecl.php.net/yaml-2.0.0
- echo | pecl install channel://pecl.php.net/yaml-2.0.2

script:
- ./tests/travis.sh
Expand Down

0 comments on commit 0c25819

Please sign in to comment.