Skip to content

Commit

Permalink
executing tests in several executions on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
McFoggy committed Apr 17, 2020
1 parent b726cf9 commit 710cbf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -11,5 +11,9 @@ before_install:
- ./travis-set-branch.sh
- "git log -n 1"

script:
- ./mvnw test -B -Dtest=BasicUITest
- ./mvnw test -B -Dtest=!BasicUITest

jdk:
- openjdk11

0 comments on commit 710cbf0

Please sign in to comment.