Skip to content

Commit 2fced2e

Browse files
authored
Fix yaml array style and add php7.4-beta for tests
1 parent d4cb1c4 commit 2fced2e

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)