Skip to content

Commit

Permalink
travis: do not build every branch, only master
Browse files Browse the repository at this point in the history
Instead of building every branch + MP, this will only build master and
then once an MP goes up, the branch will get tested.
  • Loading branch information
powersj committed Dec 27, 2020
1 parent b173654 commit a67d6a5
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,3 +1,6 @@
branches:
only:
- master
language: go
go:
- 1.14.x
Expand Down

0 comments on commit a67d6a5

Please sign in to comment.