Install client NPM modules.

This commit is contained in:
Clement Michaud 2019-02-24 10:58:58 +01:00
parent 923f1dc0cf
commit afb39fc8d0

View File

@ -23,8 +23,11 @@ addons:
- public.example.com
- authelia.example.com
- admin.example.com
before_install:
- npm install -g npm@'>=2.13.5'
- pushd client && npm install && popd
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
@ -33,6 +36,7 @@ script:
- "./scripts/authelia-scripts travis"
after_success:
- "./scripts/authelia-scripts publish-docker"
deploy:
provider: npm
email: clement.michaud34@gmail.com