Skip to content

Commit

Permalink
build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
omnipresent07 committed Jun 28, 2020
1 parent e8fe846 commit 5b75c88
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 @@ -11,6 +11,9 @@ env:

language: scala

services:
- docker

scala: 2.12.10

install:
Expand All @@ -21,9 +24,7 @@ jdk:
- openjdk14

script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
- sbt ++$TRAVIS_SCALA_VERSION coverageReport
- sbt ++$TRAVIS_SCALA_VERSION coverageAggregate
- sbt ++$TRAVIS_SCALA_VERSION -batch hmda-platform/docker:publishLocal

# Trick to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
Expand Down

0 comments on commit 5b75c88

Please sign in to comment.