safing-portbase/.travis.yml
Daniel fad816ca71
Fix travis and test script (#13)
* Fix tests deps installation

* Fix test install script (exit after install)

* Use .gitattributes to control line endings

* Clean up deps
2019-09-24 12:08:59 +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