Skip to content

Commit

Permalink
Updated configuration for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Sep 16, 2019
1 parent 7253af6 commit 7e10085
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: java
jdk:
- oraclejdk8
language: bash

services:
- docker

install:
- make build-docker

after_success:
- bash <(curl -s https://codecov.io/bash)

cache:
directories:
- '$HOME/.m2/repository'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-docker:
-v "$(shell pwd)":/src \
-v $(M2):/root/.m2 \
-w /src \
maven:3.3-jdk-8 \
maven:3.6-jdk-8 \
mvn clean install

release:
Expand Down

0 comments on commit 7e10085

Please sign in to comment.