Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
enterprise quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Skowron committed Oct 4, 2016
1 parent c573791 commit 96eca9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ deploy:
- build/nats_exporter_linux_386
- build/nats_exporter_linux_amd64
- build/nats_exporter_linux_arm
- build/nats_exporter_linux_arm64
- build/nats_exporter_windows_386.exe
- build/nats_exporter_windows_amd64.exe
on:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO = go
GOX = gox
GOX_ARGS = "-output=build/{{.Dir}}_{{.OS}}_{{.Arch}} -osarch=linux/amd64 linux/386 linux/arm linux/arm64 darwin/amd64 freebsd/amd64 freebsd/386 windows/386 windows/amd64"
GOX_ARGS = -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/386 linux/arm linux/arm64 darwin/amd64 freebsd/amd64 freebsd/386 windows/386 windows/amd64"

APP = nats_exporter
DIR = $(shell pwd)
Expand Down

0 comments on commit 96eca9c

Please sign in to comment.