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 94167fa313 Resolve linter errors exposed by fixed Makefile
- TravisCI didn't like "POSIX" ::= syntax
2018-03-10 12:04:13 -08:00

19 lines
232 B
YAML

language: go
sudo: false
env:
- DEPLOY_WITH_MAJOR="1.10"
before_script:
- go get github.com/golang/lint/golint
go:
- "1.10"
deploy:
provider: script
script: etc/travis-deploy.sh
on:
tags: true
branch: master