mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Switch to go modules
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,16 +1,12 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
|
||||
install:
|
||||
- "curl -L https://github.com/golang/dep/raw/master/install.sh | sh"
|
||||
- "dep ensure"
|
||||
|
||||
- "1.11.x"
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
install: true
|
||||
script:
|
||||
- make test
|
||||
- make
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
|
||||
Reference in New Issue
Block a user