Skip to content

Commit

Permalink
Execute tests on test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 19, 2019
1 parent e269edf commit fca2683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
include:
- stage: validations
name: "Code validations (checkstyle)"
script: ./mvnw -B clean install -DskipTests=true -Pcheckstyle
script: ./mvnw -V -B clean install -DskipTests=true -Pcheckstyle
- stage: validations
name: "Checker framework (Nullness checker)."
script: ./mvnw -B clean install -DskipTests=true -Pchecker
script: ./mvnw -V -B clean install -DskipTests=true -Pchecker

- stage: test
name: "Test build with coverage report"
script: ./mvnw -B clean install -DskipTests=true -Pchecker
script: ./mvnw -V -B clean install -Dmaven.javadoc.skip=true
after_success: bash <(curl -s https://codecov.io/bash)

cache:
Expand Down

0 comments on commit fca2683

Please # to comment.