Skip to content

Commit 6bea43e

Browse files
committed
Use stable dependencies for Symfony 3
1 parent 4193b8a commit 6bea43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
- php: 5.6
3030
env: SYMFONY_VERSION='^2'
3131
- php: 7.1
32-
env: SYMFONY_VERSION='^3' DEPENDENCIES='dev'
32+
env: SYMFONY_VERSION='^3'
3333

3434
before_install:
3535
- if [ "$DEPENDENCIES" == "dev" ]; then composer config minimum-stability dev; fi;

0 commit comments

Comments
 (0)