Skip to content

Commit b9f2a3a

Browse files
committed
Tweak Travis config
1 parent 4e491fb commit b9f2a3a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,23 @@ cache:
88

99
php:
1010
- 5.5
11+
- 5.6
1112
- 7.0
12-
- nightly
1313
- hhvm
1414

1515
matrix:
1616
fast_finish: true
1717
include:
18-
- php: 5.6
18+
- php: 7.0
1919
env: SYMFONY_VERSION=2.7.*
20-
- php: 5.6
21-
env: SYMFONY_VERSION=2.8.*@dev
22-
- php: 5.6
23-
env: SYMFONY_VERSION="3.0.*@dev"
20+
- php: 7.0
21+
env: SYMFONY_VERSION=2.8.*
22+
- php: 7.0
23+
env: SYMFONY_VERSION=3.0.*
2424
- php: 7.0
2525

2626
allow_failures:
27-
- php: 7.0
28-
- php: nightly
29-
- env: SYMFONY_VERSION=2.8.*@dev
30-
- env: SYMFONY_VERSION="3.0.*@dev"
27+
- env: SYMFONY_VERSION=3.0.*
3128

3229
before_install:
3330
- composer self-update

0 commit comments

Comments
 (0)