Skip to content

Commit d75213f

Browse files
committed
Fix env variable name
1 parent d68b0ee commit d75213f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ cache:
1515
- $HOME/.composer/cache
1616

1717
env:
18-
- SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATION_HELPER=weak
18+
- SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
1919

2020
matrix:
2121
include:
2222
- php: 5.6
23-
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATION_HELPER=weak
23+
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
2424
- php: 5.6
2525
env: SYMFONY_VERSION=2.8.*
2626
- php: 5.6

0 commit comments

Comments
 (0)