Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 48415e3

Browse files
committed
Merge pull request #107 from theofidry/patch-2
Update Travis config
2 parents 8427920 + de43e7b commit 48415e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ matrix:
1919
- php: 7
2020
fast_finish: true
2121

22-
before_install:
23-
- composer self-update
24-
2522
install:
26-
- composer install
23+
- composer install --prefer-dist
2724

2825
script:
29-
- vendor/bin/phpunit
26+
- phpunit

0 commit comments

Comments
 (0)