Skip to content

Commit

Permalink
fix go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMan-1 committed May 3, 2020
1 parent 9858366 commit a3395d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ before_install:
install:
- npm install -g npm@latest
- npm install
- npm audit fix
- npm ddp
- go get -u github.com/go-bindata/go-bindata/...
- export GO111MODULE=off; go get -u github.com/go-bindata/go-bindata/...
- export GO111MODULE=off; go get -u github.com/josephspurrier/goversioninfo/cmd/goversioninfo
# - go mod download
# - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then go get -u github.com/gonutz/w32; fi
script:
Expand Down

0 comments on commit a3395d9

Please sign in to comment.