change dep

This commit is contained in:
Jay
2018-05-08 12:00:42 +08:00
parent e33c51727a
commit 80e5f0b19c
32 changed files with 2987 additions and 157 deletions
+4
View File
@@ -0,0 +1,4 @@
vendor/*
!vendor/vendor.json
coverage.out
count.out
+31
View File
@@ -0,0 +1,31 @@
language: go
sudo: false
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
git:
depth: 3
install:
- make install
script:
- make vet
- make fmt-check
- make embedmd
- make misspell-check
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false