From 10136c07db1c9625ae80e2ea3710de389199614b Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 1 Jan 2017 16:16:18 +0100 Subject: [PATCH] Publish artifacts --- .travis.yml | 4 ++++ appveyor.yml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17bf4aec..556661f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ os: - linux - osx language: go +addons: + artifacts: + paths: + - maputnik install: - go get github.com/fsnotify/fsnotify - go get github.com/gorilla/handlers diff --git a/appveyor.yml b/appveyor.yml index 1c44ff87..e9c86e4a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,9 @@ build_script: - gofmt -s -l . - C:\MinGW\bin\mingw32-make.exe +artifacts: +- path: maputnik + # to disable automatic tests test: off