Skip to content

Commit cb42611

Browse files
dinamicdkarlovi
authored andcommitted
~ updated travis-ci configuration to not generate builds for unsupported php versions
1 parent 936ce90 commit cb42611

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

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

55
php:
6-
- 5.4
7-
- 5.5
8-
- 5.6
96
- hhvm
107
- 7.0
118
- 7.1
@@ -17,11 +14,15 @@ service:
1714
matrix:
1815
fast_finish: true
1916
include:
20-
- php: 5.6
21-
env: SYMFONY_VERSION=2.8.*
22-
- php: 5.6
23-
env: SYMFONY_VERSION=3.0.* COVERAGE=true
2417
# test the latest release (including beta releases)
18+
- php: 7.1
19+
env: SYMFONY_VERSION=2.8.* COVERAGE=true
20+
- php: 7.1
21+
env: SYMFONY_VERSION=3.0.* COVERAGE=true
22+
- php: 7.2
23+
env: SYMFONY_VERSION=2.8.* COVERAGE=true
24+
- php: 7.2
25+
env: SYMFONY_VERSION=3.0.* COVERAGE=true
2526
- php: 7.2
2627
env: DEPENDENCIES=beta
2728
allow_failures:

0 commit comments

Comments
 (0)