mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
Add travis configuration for automated builds and update makefile
This commit is contained in:
parent
fa8de159a8
commit
001d015382
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.8.x
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- ./vendor
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
||||
after_success:
|
||||
- if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
make release;
|
||||
fi;
|
||||
Loading…
Reference in New Issue
Block a user