Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
remove GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 26, 2019
1 parent 8b6e694 commit e0d5458
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,17 @@ language: go
env:
global:
- GOX_FLAGS="-arch amd64"
- GO111MODULE=auto

go_import_path: github.com/srinandan/apigeecli

go:
- 1.12.x

#before_script:
# - go vet ./...

install:
# Add Godeps dependencies to GOPATH and PATH
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
install: true

notifications:
email: false

script:
- go build -o apigeecli
- go test -v -race
- env GO111MODULE=on go build -o apigeecli
- env GO111MODULE=on go test -v

0 comments on commit e0d5458

Please sign in to comment.