Skip to content

Commit 3a711e0

Browse files
authored
Merge pull request #96 from KartaviK/patch-1
Fix yaml array style and add php7.4-beta for tests
2 parents d4cb1c4 + 2fced2e commit 3a711e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22

33
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
4+
- '7.1'
5+
- '7.2'
6+
- '7.3'
7+
- '7.4snapshot'
78

89
matrix:
910
fast_finish: true

0 commit comments

Comments
 (0)