We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff2f2d commit 166d4e4Copy full SHA for 166d4e4
appveyor.yml
@@ -0,0 +1,11 @@
1
+version: 0.{build}
2
+skip_tags: true
3
+cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
4
+build_script:
5
+- SET GOPATH=c:\workspace
6
+- go test -v -race ./...
7
+test: off
8
+clone_folder: c:\workspace\src\github.com\hpcloud\tail
9
+branches:
10
+ only:
11
+ - master
0 commit comments