Skip to content

Commit

Permalink
Running tests on later go version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanng822 committed May 4, 2019
1 parent f9c0df2 commit a21e860
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: golang

go:
- 1.4
- 1.10
- 1.11
- master

env:
global:
Expand All @@ -13,4 +15,4 @@ install:
- go get github.com/stretchr/testify/assert

script:
- go test -v
- go test -v

0 comments on commit a21e860

Please sign in to comment.