mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Add .travis.yml and .goreleaser.yml
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
|
||||
install:
|
||||
- "curl -L https://github.com/golang/dep/raw/master/install.sh | sh"
|
||||
- "dep ensure"
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: curl -sL https://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
Reference in New Issue
Block a user