Skip to content

Commit

Permalink
exercise formatting in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Mar 5, 2021
1 parent afd447e commit 466c091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: scala
scala:
- "2.13.3"
- "2.13.5"

jdk: openjdk8

script: "NO_FORMATTER=1 sbt clean coverage codeDefs +test"
script: "sbt clean coverage codeDefs +test"
after_success: "sbt coverageReport coveralls"

0 comments on commit 466c091

Please sign in to comment.