Files
portmaster/.travis.yml
2020-04-08 14:20:44 +02:00

25 lines
376 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
- ./.ci-inject-internal-deps.sh
- dep ensure
- ./test install
script: ./test --scripted