Skip to content

Commit 1ca1dd7

Browse files
committed
🐛 Use of Yarn insted of nmp in Travis CI
1 parent 1f49cdc commit 1ca1dd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- 7.3
99

1010
cache:
11-
- yarn
11+
- npm
1212
- composer
1313

1414
env:
@@ -29,7 +29,7 @@ matrix:
2929
env: PHPDOC=3
3030
- php: 5.6
3131
- php: 7.0
32-
32+
3333

3434
before_install:
3535
# Update composer
@@ -59,7 +59,7 @@ install:
5959
fi
6060
6161
- composer install --no-interaction
62-
- yarn
62+
- npm install
6363

6464
script:
6565
- |
@@ -69,7 +69,7 @@ script:
6969
composer build:api
7070
fi
7171
72-
- yarn docs:build
72+
- npm run docs:build
7373

7474
deploy:
7575
provider: pages

0 commit comments

Comments
 (0)