Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7426998

Browse files
committed
Moved env variable to correct place
1 parent 1b5543a commit 7426998

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ cache:
1515

1616
env:
1717
- SYMFONY_VERSION=2.6.*
18-
- SYMFONY_DEPRECATIONS_HELPER=weak
1918

2019
matrix:
2120
include:
2221
- php: 5.6
2322
env: SYMFONY_VERSION=2.3.*
2423
- php: 5.6
25-
env: SYMFONY_VERSION=2.7.*
24+
env: SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
2625
- php: 5.6
2726
env: SYMFONY_VERSION=2.8.*
2827
- php: 5.6

0 commit comments

Comments
 (0)