We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fc6a2 commit 0c887c3Copy full SHA for 0c887c3
.travis.yml
@@ -3,10 +3,11 @@ language: go
3
sudo: false
4
5
branches:
6
- # skip tags build, we are building branch and master that is enough for
7
- # consistenty check and release. Let's use Travis CI resources optimally
8
- # for aah framework.
9
- - /^v[0-9]/
+ except:
+ # skip tags build, we are building branch and master that is enough for
+ # consistenty check and release. Let's use Travis CI resources optimally
+ # for aah framework.
10
+ - /^v[0-9]/
11
12
go:
13
- 1.6
0 commit comments