mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
22 lines
248 B
YAML
22 lines
248 B
YAML
language: go
|
|
sudo: false
|
|
|
|
env:
|
|
- DEPLOY_WITH_MAJOR="1.9"
|
|
|
|
before_script:
|
|
- go vet ./...
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
|
|
script: go test -race -v ./...
|
|
|
|
deploy:
|
|
provider: script
|
|
script: etc/travis-deploy.sh
|
|
on:
|
|
tags: true
|
|
branch: master
|