OSDN Git Service

Merge pull request #57 from liuchengxu/log
[bytom/bytom.git] / .travis.yml
1 language: go
2 dist: trusty
3 sudo: false
4
5 go:
6     - 1.8.3
7     - 1.9
8     - tip
9
10 branches:
11     only:
12         - master
13         - dev
14
15 script:
16     - git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
17     - cd $GOPATH/src/github.com/bytom
18     - make install
19     - make test