Skip to content

Commit d109b56

Browse files
committed
Add PHP 7.1 and 7.2 to .travis.yml.
Use composer install instead of composer update.
1 parent 8e1950a commit d109b56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ php:
44
- 5.5
55
- 5.6
66
- 7.0
7+
- 7.1
8+
- 7.2
79
- hhvm
810

911
sudo: false
1012

1113
before_script:
1214
- composer self-update
13-
- composer update
15+
- composer install --no-interaction --prefer-dist
1416

1517
script:
1618
- php vendor/bin/phpunit

0 commit comments

Comments
 (0)