summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-20 23:52:12 +0000
committerAndres Rey <[email protected]>2018-11-20 23:52:12 +0000
commit28574fbc7c4e29e444143eed126615276aef991d (patch)
tree1e77bc2434148610dbcf2c5ef00e2af0047517cc
parent2ae206d02932840c1ec1fe0d8eab7a96a7bdf7b5 (diff)
Add PHP 7.3 to travis targets
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 04bd7ed..1397e42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ php:
- "7.0"
- "7.1"
- "7.2"
+ - "7.3"
script:
- ./vendor/bin/phpunit --coverage-clover ./test/clover.xml