Skip to content

Commit

Permalink
changes travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chermehdi committed Feb 18, 2020
1 parent e5513d1 commit c84f70b
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,6 +1,8 @@
language: go

go:
- 1.13.x
- 1.13.x

script: go test -v ./...
script:
- export GO111MODULE=on
- go test -v ./...

0 comments on commit c84f70b

Please sign in to comment.