1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/.travis.yml
James Hillyerd dc007da82e build: Use go modules for #121
- travis: Bump release trigger env to 1.11
2018-10-20 11:58:45 -07:00

28 lines
331 B
YAML

language: go
sudo: false
addons:
apt:
packages:
- rpm
env:
global:
- GO111MODULE=on
- DEPLOY_WITH_MAJOR="1.11"
before_script:
- go get golang.org/x/lint/golint
- make deps
go:
- "1.10.x"
- "1.11.x"
deploy:
provider: script
script: etc/travis-deploy.sh
on:
tags: true
branch: master