Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Reworking items per tsenart
Renamed instances of address / addresses to addr / addrs Removed dependency on google.com for test, using dnsmasq instead if the VEGETA_TESTDNSMASQ_ENABLE environment variable is present. Updated the travis build to set this environment variable, since travis should actually have dnsmasq installed. De-optimized address()
- Loading branch information
1 parent
b3796f5
commit 1be3214ba0ef7ea154c3ebed0f0fd017ffcf5cfc
Showing
5 changed files
with
124 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -9,4 +9,4 @@ install: | ||
| script: | ||
| - go vet ./... | ||
| - $HOME/gopath/bin/golint . | ||
| - go test -v ./... | ||
| - VEGETA_TESTDNSMASQ_ENABLE=1 go test -v ./... | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1 @@ | ||
| 127.0.0.1 acme.notadomain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters

