Skip to content

Commit 1e5c9b5

Browse files
committed
Merge pull request #348 from josegonzalez/josegonzalez-patch-1
Attempt to fix coveralls
2 parents 1324cbc + df2c29a commit 1e5c9b5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
@@ -23,10 +22,10 @@ matrix:
2322
fast_finish: true
2423

2524
include:
26-
- php: 5.4
25+
- php: 5.5
2726
env: PHPCS=1 DEFAULT=0
2827

29-
- php: 5.4
28+
- php: 5.5
3029
env: COVERALLS=1 DEFAULT=0
3130

3231
- php: hhvm

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"cakephp/cakephp": "~3.0",
16-
"php": ">=5.4",
16+
"php": ">=5.5",
1717
"league/flysystem": "*"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)