Browse Source

only build main and master

pull/6/head
yedongfu 5 years ago
parent
commit
843947d09b
  1. 4
      .travis.yml

4
.travis.yml

@ -3,6 +3,10 @@ go:
- 1.15.x
env:
- GO111MODULE=on
branches:
only:
- master
- main
services:
- mysql
before_install:

Loading…
Cancel
Save