Skip to content

Commit 1651461

Browse files
committed
Go 12
1 parent a08180b commit 1651461

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
dist: xenial
2+
13
language: java
24
jdk:
35
- openjdk8
46
- openjdk11
57

8+
env:
9+
- GO111MODULE=on
10+
11+
before_install:
12+
- eval "$(gimme 1.12)"
13+
14+
script:
15+
- mvn install
16+
617
after_success:
718
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)