TSK-376 Change test to Firefox instead of phantom

This commit is contained in:
Martin Rojas Miguel Angel 2018-06-18 09:21:51 +02:00 committed by Mustapha Zorgati
parent a372a2eaa6
commit 08a8649a25
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
&& mvn clean install -q -f lib/ -DskipTests=true -Dmaven.javadoc.skip=true -B
&& mvn clean install -q -f rest/ -DskipTests=true -Dmaven.javadoc.skip=true -B
script:
- (cd web && npm run test-phantom)
- (cd web && npm run test)
&& mvn verify -f lib/
&& mvn verify -f rest/
&& lib/deployment/release.sh -ik -p lib/ -m "lib/taskana-core/ lib/taskana-spring/ lib/taskana-cdi/"