Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 9fb357a

Browse files
committed
Remove "--ignore-platform-reqs" flag
1 parent 181d7c6 commit 9fb357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- popd
1616
- export GO111MODULE=on
1717
- go mod download
18-
- composer update --no-interaction --prefer-source --ignore-platform-reqs
18+
- composer install --no-interaction --prefer-source
1919
- go get
2020

2121
script:

0 commit comments

Comments
 (0)