Skip to content

Commit

Permalink
👷 : reactivate percy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Apr 17, 2020
1 parent 25945bd commit afa7160
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- git fetch origin +refs/heads/master:refs/remotes/origin/master
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify org.jacoco:jacoco-maven-plugin:report sonar:sonar
# - stage: test
# name: "Visual Non Regression Tests"
# if: env(PERCY_TOKEN) AND ( type = pull_request OR branch = master )
# script:
# - npm install @percy/agent
# - npx percy exec -- mvn test -Dgroups=e2e
- stage: test
name: "Visual Non Regression Tests"
if: env(PERCY_TOKEN) AND ( type = pull_request OR branch = master )
script:
- npm install @percy/agent
- npx percy exec -- mvn test -Dgroups=e2e
- stage: deploy
name: "Deploy to hub.docker.com"
script:
Expand Down

0 comments on commit afa7160

Please sign in to comment.