Skip to content

Commit fc1bf99

Browse files
author
Keith Kirk
committed
Drops php 5.4 and 5.5 and tests maintained version of symfony
1 parent f9cf99d commit fc1bf99

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.4
11-
- 5.5
1210
- hhvm
13-
11+
1412
matrix:
1513
fast_finish: true
1614
include:
17-
- php: 5.6
18-
env: SYMFONY_VERSION=2.3.*
19-
- php: 5.6
20-
env: SYMFONY_VERSION=2.6.*
2115
- php: 5.6
2216
env: SYMFONY_VERSION=2.7.*
2317
- php: 5.6
2418
env: SYMFONY_VERSION=2.8.*
19+
- php: 5.6
20+
env: SYMFONY_VERSION=3.4.*
2521
- php: 7.0
2622
env: COVERAGE=yes
2723
allow_failures:

0 commit comments

Comments
 (0)