OSDN Git Service

feat: add processIssuing (#152)
[bytom/vapor.git] / .travis.yml
1 language: go
2 go_import_path: github.com/vapor
3 dist: trusty
4 sudo: false
5
6 matrix:
7   include:
8     - go: 1.11.4
9
10 branches:
11     only:
12         - master
13         - dev
14         - v0.1
15
16 script:
17     - make ci