safing-portmaster/.travis.yml
2019-10-25 13:36:11 +02:00

20 lines
331 B
YAML

language: go
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
- dep ensure
- ./test install
script: ./test --scripted