Skip to content

Commit d3ee202

Browse files
dinamicdkarlovi
authored andcommitted
~ re-adding back support for PHP 5.x in travis builds
1 parent 3f0e1d0 commit d3ee202

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: php
33
sudo: false
44

55
php:
6+
- 5.4
7+
- 5.5
8+
- 5.6
69
- hhvm
710
- 7.0
811
- 7.1
@@ -14,6 +17,10 @@ service:
1417
matrix:
1518
fast_finish: true
1619
include:
20+
- php: 5.6
21+
env: SYMFONY_VERSION=2.8.*
22+
- php: 5.6
23+
env: SYMFONY_VERSION=3.0.* COVERAGE=true
1724
# test the latest release (including beta releases)
1825
- php: 7.1
1926
env: SYMFONY_VERSION=2.8.* COVERAGE=true

0 commit comments

Comments
 (0)