Skip to content

Commit

Permalink
Add in travis tests for php 7.1 and php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apiotrowski committed Nov 12, 2018
1 parent 7af5e23 commit 4e1a5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- '7.1'
- '7.2'

script: ./vendor/bin/phpunit -c ./phpunit.xml
before_script:
Expand Down

0 comments on commit 4e1a5e3

Please sign in to comment.