Skip to content

Commit 9fa682f

Browse files
committed
add travis.yml
1 parent ff07567 commit 9fa682f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
language: java
2-
jdk:
3-
- openjdk8
4-
install: mvn install -DskipTests=true -Dgpg.skip=true
1+
language: go
52

6-
after_success:
7-
- bash <(curl -s https://codecov.io/bash)
3+
go:
4+
- "1.12"
5+
- "1.13"
6+
- "1.14"
7+
8+
install:
9+
- go get github.com/antlr/antlr4
10+
11+
script:
12+
- go test

0 commit comments

Comments
 (0)