Skip to content

Commit ff1a059

Browse files
committed
use composer install from travis container to ensure travis can remove files after build
1 parent 53be95c commit ff1a059

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
@@ -17,9 +17,9 @@ before_install:
1717
- nvm install 12
1818

1919
install:
20+
- composer install
2021
- npm ci
2122
- scripts/install-wp.sh
22-
- npm run env docker-run -- php composer install
2323

2424
script:
2525
- npm run lint

0 commit comments

Comments
 (0)