Skip to content

Commit

Permalink
Test with php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Sep 25, 2018
1 parent 3038d17 commit ea7a15c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,12 +1,18 @@
language: php
sudo: required
dist: xenial
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3snapshot

sudo: false
addons:
apt:
packages:
- libzip4

script:
- ./bin/phpunit --configuration tests/phpunit.xml
Expand Down

0 comments on commit ea7a15c

Please sign in to comment.