Skip to content

Commit

Permalink
Separate the env vars to env section
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer authored and stzminjae committed Nov 12, 2019
1 parent 754524b commit 6b06e4c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: go

go:
- "1.11"
- "1.12"
- "1.13"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "master"

os:
- linux
- osx

env:
- GO111MODULE=on

script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test -v
- go build
- go test -v

0 comments on commit 6b06e4c

Please sign in to comment.