mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 22:12:06 +02:00
Add npm to Travis-CI setup to generate assets and mix-manifest during build
This commit is contained in:
parent
20970606a3
commit
f0e3644d56
@ -8,6 +8,10 @@ before_script:
|
|||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
- php artisan key:generate
|
- php artisan key:generate
|
||||||
|
- nvm install node
|
||||||
|
- npm install npm@latest -g
|
||||||
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit
|
- npm run dev
|
||||||
|
- vendor/bin/phpunit
|
Loading…
x
Reference in New Issue
Block a user