Skip to content

Commit

Permalink
Added php 7.2 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Mar 9, 2019
1 parent 605bdaf commit 801ae48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""

before_script:
- composer update --prefer-source $PREFER_LOWEST
- composer update --prefer-source $PREFER_LOWEST

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit 801ae48

Please sign in to comment.