Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit f78aae5

Browse files
author
Manuele Vaccari
committed
Testing new Travis config
1 parent 247e998 commit f78aae5

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

.travis.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,31 @@ cache:
1010
matrix:
1111
fast_finish: true
1212
include:
13-
# test 2.8 LTS
1413
- php: 5.6
1514
env: SYMFONY_VERSION=2.8.*
16-
# test the latest stable 3.x release
1715
- php: 5.6
18-
env: SYMFONY_VERSION=^3.0
16+
env: SYMFONY_VERSION=3.4.*
17+
18+
- php: 7.0
19+
env: SYMFONY_VERSION=2.8.*
1920
- php: 7.0
20-
# test the latest release (including beta releases)
21+
env: SYMFONY_VERSION=3.4.*
22+
23+
- php: 7.1
24+
env: SYMFONY_VERSION=2.8.*
2125
- php: 7.1
22-
env: DEPENDENCIES=beta
26+
env: SYMFONY_VERSION=3.4.*
27+
- php: 7.1
28+
env: SYMFONY_VERSION=4.0.*
29+
30+
- php: 7.2
31+
env: SYMFONY_VERSION=2.8.*
32+
- php: 7.2
33+
env: SYMFONY_VERSION=3.4.*
2334
- php: 7.2
35+
env: SYMFONY_VERSION=4.0.*
2436

2537
before_script:
26-
- if [ "$DEPENDENCIES" = "beta" ]; then composer config minimum-stability beta; fi;
2738
- composer install
2839

2940
script:

0 commit comments

Comments
 (0)