safing-portbase/.travis.yml
2021-01-19 10:32:39 +01:00

23 lines
347 B
YAML

language: go
go:
- 1.x
os:
- linux
- windows
branches:
only:
- master
- develop
- /^feature\/travis\/.+$/ # feature/travis/*
- /^fix\/travis\/.+$/ # fix/travis/*
install:
- go get -d -u github.com/golang/dep
- go install github.com/golang/dep/cmd/dep
- go mod download
- ./test install
script: ./test --scripted