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