summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/segmentio/analytics-go/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/segmentio/analytics-go/circle.yml')
-rw-r--r--vendor/github.com/segmentio/analytics-go/circle.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/github.com/segmentio/analytics-go/circle.yml b/vendor/github.com/segmentio/analytics-go/circle.yml
new file mode 100644
index 000000000..11733e196
--- /dev/null
+++ b/vendor/github.com/segmentio/analytics-go/circle.yml
@@ -0,0 +1,18 @@
+machine:
+ environment:
+ IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
+
+dependencies:
+ pre:
+ - go get github.com/tools/godep
+
+ override:
+ - mkdir -p "$GOPATH/src/$IMPORT_PATH"
+ - rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"
+
+test:
+ pre:
+ - make vet
+
+ override:
+ - make test