summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 676ebb1b1fa45fc72faa195b87415afe57cadaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: go
go:
  - "1.10"
script: make zip
deploy:
  provider: releases
  api_key: "GITHUB OAUTH TOKEN"
  file_glob: true
  file: release/*
  skip_cleanup: true
  on:
    tags: true