OSDN Git Service

Merge branch 'feature_consensusreward' of https://github.com/Bytom/vapor into feature...
[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