Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Dec 19, 2019
1 parent 1f1a674 commit cad7b97
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: go

go:
- 1.3
- 1.4
- 1.5
- "1.13.x"
- tip

sudo: false

before_install:

script:
- go test ./...

0 comments on commit cad7b97

Please sign in to comment.