call mvn command directly in install travis phase

This commit is contained in:
Claudia Agache
2020-07-07 12:13:43 +03:00
parent 20d04e7f62
commit 31740833b0

View File

@@ -74,7 +74,7 @@ jobs:
stage: Tests
before_install: travis_wait 60 bash scripts/downloadInstaller.sh $AUTOMATION_COMMUNITY_PATH/$TARGET
install:
- travis_wait 60 bash scripts/startAlfresco.sh $AUTOMATION_COMMUNITY_PATH apply-rm-community
- travis_wait 60 mvn install -Pinstall-alfresco,apply-rm-community -q -f $AUTOMATION_COMMUNITY_PATH/pom.xml
script:
- echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests"