Check headers on travis (#28466)

To check them on 2.13 early as well
This commit is contained in:
Arnout Engelen 2020-01-14 13:41:46 +01:00 committed by Johan Andrén
parent 47d2b680c8
commit 4c9c05cfde
2 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ cache:
- $HOME/.jabba/jdk
# script for the default 'test' stage:
script: sbt -jvm-opts .jvmopts-travis -Dakka.build.scalaVersion=$TRAVIS_SCALA_VERSION ";update ;mimaReportBinaryIssues ;test:compile ;validateCompile"
script: sbt -jvm-opts .jvmopts-travis -Dakka.build.scalaVersion=$TRAVIS_SCALA_VERSION ";update ;mimaReportBinaryIssues ;test:compile ;validateCompile ;headerCheckAll"
jobs:
include: