Skip to content

Commit 551aa8a

Browse files
committed
Removes composer self-update from .travis.yml, changes update to install
composer self-update has been causing tons of errors in my builds, so I'm scrapping it.
1 parent 06a0aae commit 551aa8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ php:
99
script: phpunit
1010

1111
before_script:
12-
- composer self-update
13-
- composer update
12+
- composer install
1413
- ./bin/pdp-psl

0 commit comments

Comments
 (0)