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 committed Nov 12, 2019
1 parent fc76e69 commit d106dbf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ os:
- linux
- osx

env:
- GO111MODULE=on

script:
- env GO111MODULE=on go build ./cmd/casec
- env GO111MODULE=on go test -v .
- go build ./cmd/casec
- go test -v .

0 comments on commit d106dbf

Please sign in to comment.