Add testing and CI integration

This commit is contained in:
Daniel
2019-10-25 13:36:11 +02:00
parent 4348caa258
commit a976d5270c
4 changed files with 231 additions and 0 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
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