Skip to content

Commit b55a6e4

Browse files
authored
Merge pull request #58 from samsonasik/samsonasik-patch-1
add php 7.3 to travis
2 parents e79a294 + e90386c commit b55a6e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: php
2+
dist: trusty
3+
group: edge
24

35
php:
46
- 7.1
57
- 7.2
8+
- 7.3
69
- nightly
710

811
before_script:
@@ -24,4 +27,5 @@ notifications:
2427

2528
matrix:
2629
allow_failures:
30+
- php: 7.3
2731
- php: nightly

0 commit comments

Comments
 (0)