Skip to content

Commit e4815a6

Browse files
committed
Make sure slower builds are started first
1 parent f054ec5 commit e4815a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ cache:
1616

1717
env:
1818
global:
19-
- SYMFONY_DEPRECATIONS_HELPER=309
19+
- SYMFONY_DEPRECATIONS_HELPER=322
2020

2121
matrix:
2222
include:
23+
- php: 5.6
24+
env: DEPS=dev
2325
- php: 5.3
2426
env: COMPOSER_FLAGS="--prefer-lowest"
2527
- php: 5.6
2628
env: SYMFONY_VERSION=2.3.*
2729
- php: 5.6
2830
env: SYMFONY_VERSION=2.7.*
29-
- php: 5.6
30-
env: DEPS=dev
3131
fast_finish: true
3232

3333
before_install:

0 commit comments

Comments
 (0)