Skip to content

Commit 3e70501

Browse files
committed
Write PHP versions as strings
1 parent 00a7d0e commit 3e70501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ branches:
55
language: php
66

77
php:
8-
- 7.1
9-
- 7.2
8+
- '7.1'
9+
- '7.2'
1010

1111
matrix:
1212
include:

0 commit comments

Comments
 (0)