From 0a1c734b9aa0e35c17ea6b8737f5ef1c5704496e Mon Sep 17 00:00:00 2001 From: Martin Rojas Miguel Angel Date: Fri, 9 Feb 2018 16:47:15 +0100 Subject: [PATCH] Update .travis.yml Change travis build command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ce12354c..66345eb21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: - sh -e /etc/init.d/xvfb start install: - (cd workplace && npm install --no-progress && ng build --environment=prod --no-progress) - && (cd admin && npm install --no-progress && ng build:prod && npm run test) + && (cd admin && npm install --no-progress && npm run build:prod && npm run test) && (cd monitor && npm install --no-progress && ng build --environment=prod --no-progress) && mvn clean install -q -f lib/ -DskipTests=true -Dmaven.javadoc.skip=true -B && mvn clean install -q -f rest/ -DskipTests=true -B