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