Skip to content

Commit 0d1e592

Browse files
committed
Travis now runs composer update on it's own
1 parent 94043fc commit 0d1e592

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ matrix:
2525
allow_failures:
2626
- php: hhvm
2727

28-
## Update composer and configure authentication token
29-
before_install:
30-
- composer self-update
31-
3228
## Install or update dependencies
3329
install:
3430
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;

0 commit comments

Comments
 (0)