Skip to content

Commit 0c887c3

Browse files
committed
build config update
[ci skip]
1 parent 09fc6a2 commit 0c887c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ language: go
33
sudo: false
44

55
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]/
6+
except:
7+
# skip tags build, we are building branch and master that is enough for
8+
# consistenty check and release. Let's use Travis CI resources optimally
9+
# for aah framework.
10+
- /^v[0-9]/
1011

1112
go:
1213
- 1.6

0 commit comments

Comments
 (0)