Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit af5d738

Browse files
committed
Merge pull request #227 from localheinz/fix/before-install
Fix: Update Composer binary in before_install section
2 parents 7cfa09f + 7ea23b8 commit af5d738

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
@@ -8,8 +8,10 @@ php:
88
- 7
99
- hhvm
1010

11-
install:
11+
before_install:
1212
- composer self-update
13+
14+
install:
1315
- composer install --no-interaction --prefer-source
1416

1517
before_script:

0 commit comments

Comments
 (0)