Skip to content

Commit

Permalink
build config update
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jeevatkm committed Mar 8, 2017
1 parent 09fc6a2 commit 0c887c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: go
sudo: false

branches:
# 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.
- /^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.
- /^v[0-9]/

go:
- 1.6
Expand Down

0 comments on commit 0c887c3

Please sign in to comment.