Skip to content

Commit 39493f3

Browse files
committed
Update travis.yml to enable symfony upgrade
1 parent 6cd05c5 commit 39493f3

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.travis.yml

Lines changed: 9 additions & 8 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
@@ -16,16 +15,18 @@ cache:
1615

1716
matrix:
1817
allow_failures:
19-
- php:
20-
- 7.0
21-
- hhvm
18+
php:
19+
7.0
20+
hhvm
2221
fast_finish: true
2322

2423
env:
25-
- SYMFONY_VERSION="2.1.*" DECODA_VERSION="6.0.*"
26-
- SYMFONY_VERSION="2.1.*" DECODA_VERSION="6.*"
27-
- SYMFONY_VERSION="2.*" DECODA_VERSION="6.0.*"
28-
- SYMFONY_VERSION="2.*" DECODA_VERSION="6.*"
24+
- SYMFONY_VERSION="2.7.*" DECODA_VERSION="6.0.*"
25+
- SYMFONY_VERSION="2.7.*" DECODA_VERSION="6.*"
26+
- SYMFONY_VERSION="2.8.*" DECODA_VERSION="6.0.*"
27+
- SYMFONY_VERSION="2.8.*" DECODA_VERSION="6.*"
28+
- SYMFONY_VERSION="3.0.*" DECODA_VERSION="6.0.*"
29+
- SYMFONY_VERSION="3.0.*" DECODA_VERSION="6.*"
2930

3031
before_install:
3132
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.2",
15+
"php": ">=5.5.9",
1616
"mjohnson/decoda": "6.*",
1717
"symfony/twig-bundle": "~2.7|~3.0",
1818
"symfony/assetic-bundle": "~2.4",

0 commit comments

Comments
 (0)