Skip to content

Commit 43f7d78

Browse files
committed
use php section layout from travis docs;
1 parent 41266d5 commit 43f7d78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: php
2-
php: [7.1, 7.2, nightly ]
2+
php:
3+
- 7.1
4+
- 7.2
5+
- nightly
36
sudo: false
47

58
env:
@@ -9,7 +12,7 @@ matrix:
912
- php: nightly
1013

1114
install:
12-
- composer install --no-interaction --prefer-dist -o
15+
- composer install --no-interaction --prefer-dist --optimize-autoloader
1316

1417
script:
1518
- vendor/bin/phpunit

0 commit comments

Comments
 (0)