Skip to content

Commit af20a40

Browse files
authored
Add PHP 7.0 and 7.1 to Travis CI job matrix
Reorders so newest which is typically the fastest version of PHP first
1 parent 79028a9 commit af20a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ branches:
1212
- master
1313

1414
php:
15-
- 5.3
15+
- 7.1
16+
- 7.0
1617
- 5.6
18+
- 5.3
1719

1820
cache:
1921
- composer

0 commit comments

Comments
 (0)