Skip to content

Commit e9428d1

Browse files
committed
Fix: Update composer itself in the before_install section
1 parent dab2275 commit e9428d1

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
@@ -20,8 +20,10 @@ cache:
2020
directories:
2121
- $HOME/.composer/cache
2222

23-
before_script:
23+
before_install:
2424
- composer self-update
25+
26+
before_script:
2527
- composer install --prefer-dist --no-interaction
2628

2729
script:

0 commit comments

Comments
 (0)