Update .travis.yml

Change travis build command.
This commit is contained in:
Martin Rojas Miguel Angel 2018-02-09 16:47:15 +01:00 committed by Holger Hagen
parent c6253b980d
commit 0a1c734b9a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_install:
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
install: install:
- (cd workplace && npm install --no-progress && ng build --environment=prod --no-progress) - (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) && (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 lib/ -DskipTests=true -Dmaven.javadoc.skip=true -B
&& mvn clean install -q -f rest/ -DskipTests=true -B && mvn clean install -q -f rest/ -DskipTests=true -B