Skip to content

Commit

Permalink
Possibly fixing Darwin build, increased error detection during build
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Nov 20, 2019
1 parent ef9c39b commit 0c04de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions shared/dnsservers_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
log "github.com/sirupsen/logrus"
"os/exec"
"strings"
"sync"
)

var interfaces = []string{}
Expand Down
2 changes: 2 additions & 0 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ function cmd() {

# ----- END FUNCTIONS ----- #

set -e

GO111MODULE=on
CGO_ENABLED=0
ARTIFACTS="$PWD/artifacts"
Expand Down

0 comments on commit 0c04de4

Please sign in to comment.