Skip to content

Commit

Permalink
disable checker framework for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Jun 2, 2019
1 parent df2f0dc commit edfb78d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
- stage: validations
name: "Code validations (checkstyle)"
script: ./mvnw -V -B clean install -DskipTests=true -Pcheckstyle
- stage: validations
name: "Checker framework (Nullness checker)."
script: ./mvnw -V -B clean install -DskipTests=true -Pchecker
# Disabled because checker constantly crashes.
# - stage: validations
# name: "Checker framework (Nullness checker)."
# script: ./mvnw -V -B clean install -DskipTests=true -Pchecker

- stage: test
name: "Test build with coverage report"
Expand Down

0 comments on commit edfb78d

Please # to comment.