Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a network interface on Travis CI
  • Loading branch information
eko committed Jul 22, 2019
1 parent dce4472 commit 9adb743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ install:
- go get -t -v ./...

script:
- sudo ifconfig lo:0 127.0.0.2 netmask 255.0.0.0 up
- go test -v ./...
- if [ "${LATEST}" = "true" ]; then gox -ldflags "-s -w -X main.Version=$TRAVIS_TAG" -os="linux darwin" -arch="386 amd64" -osarch="linux/arm" -output="monday-{{.OS}}-{{.Arch}}" -verbose ./...; fi

Expand Down

0 comments on commit 9adb743

Please sign in to comment.