We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964a201 commit 3b69c6bCopy full SHA for 3b69c6b
.travis.yml
@@ -5,6 +5,10 @@ os:
5
- linux
6
# - osx
7
# - windows
8
+branches:
9
+ only:
10
+ - master
11
+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
12
install:
13
- go get github.com/constabulary/gb/...
14
- go get -u github.com/constabulary/gb/...
0 commit comments