Skip to content

Commit 5a83256

Browse files
author
Yann Eugoné
committed
Re-enable Symfony 3.0 in Travis tests, but remove php 5.4
1 parent 6fa4c38 commit 5a83256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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
- hhvm
@@ -10,6 +9,7 @@ php:
109
env:
1110
- SYMFONY_VERSION=2.7.*
1211
- SYMFONY_VERSION=2.8.*@dev
12+
- SYMFONY_VERSION="3.0.x-dev as 2.8"
1313

1414
sudo: false
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.4",
12+
"php": ">=5.5",
1313
"symfony/framework-bundle": "~2.7"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)