Skip to content

Commit d671128

Browse files
committed
fix: Switch Travis CI environment to Trusty for PHP 5.3 (no longer available)
1 parent f921bbd commit d671128

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
2+
dist: trusty
23

34
php:
4-
- 5.3
5-
dist: precise
65
- 5.4
76
- 5.5
87
- 5.6
@@ -16,6 +15,9 @@ script:
1615
- vendor/phpspec/phpspec/bin/phpspec run -f dot
1716

1817
matrix:
18+
include:
19+
- php: 5.3
20+
dist: precise
1921
allow_failures:
2022
- php: hhvm
2123
fast_finish: true

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"phpspec/phpspec": "^2.5"
1818
},
1919
"config": {
20-
"platform": {"php": "5.3.9"},
2120
"bin-dir": "bin"
2221
},
2322
"bin": [

0 commit comments

Comments
 (0)