From afb39fc8d01941e60bee11ce20645ccd0ca069b6 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 24 Feb 2019 10:58:58 +0100 Subject: [PATCH] Install client NPM modules. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index eefc08bf..e5380870 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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