mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
31 lines
342 B
YAML
31 lines
342 B
YAML
language: go
|
|
sudo: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- rpm
|
|
|
|
env:
|
|
global:
|
|
- GO111MODULE=on
|
|
|
|
install:
|
|
- go get golang.org/x/lint/golint
|
|
- make deps
|
|
|
|
go:
|
|
- "1.11.x"
|
|
- "tip"
|
|
|
|
jobs:
|
|
include:
|
|
- stage: deploy
|
|
script: etc/travis-deploy.sh
|
|
go: "1.11.x"
|
|
|
|
stages:
|
|
- test
|
|
- name: deploy
|
|
if: tag IS present
|