Skip to content

Commit

Permalink
feat(ci): when in branches, build only master
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz committed Dec 29, 2018
1 parent 8d739eb commit dadcaed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: go
branches:
only:
- master
go:
- 1.11.4
services:
Expand Down

0 comments on commit dadcaed

Please sign in to comment.