Skip to content

Commit 9aaef32

Browse files
siwinskiremicollet
authored andcommitted
Fix Travis, remove php:nightly and hhvm
1 parent 6075ef6 commit 9aaef32

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.travis.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
language: php
22

3-
php:
4-
- '5.3'
5-
- '5.4'
6-
- '5.5'
7-
- '5.6'
8-
- '7.0'
9-
- '7.1'
10-
- nightly
11-
- hhvm
3+
jobs:
4+
include:
5+
- php: 5.3
6+
dist: precise
7+
- php: 5.4
8+
dist: trusty
9+
- php: 5.5
10+
dist: trusty
11+
- php: 5.6
12+
dist: xenial
13+
- php: 7.0
14+
- php: 7.1
15+
- php: 7.2
16+
- php: 7.3
17+
- php: 7.4
1218

13-
before_script:
14-
- composer self-update
19+
before_install:
1520
- composer remove --dev friendsofphp/php-cs-fixer
21+
22+
install:
1623
- composer install --no-interaction
1724

1825
script: composer test

0 commit comments

Comments
 (0)