Skip to content

Commit c5503cf

Browse files
committed
PHP versions in .travis.yml don't need to be strings
1 parent 1acb4da commit c5503cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
php:
3-
- '5.6'
4-
- '5.5'
5-
- '5.4'
3+
- 5.6
4+
- 5.5
5+
- 5.4
66

77
env:
88
global:

0 commit comments

Comments
 (0)