OSDN Git Service

Merge pull request #49 from Bytom/dev
[bytom/bytom.git] / .travis.yml
1 language: go
2 dist: trusty
3 sudo: false
4 go:
5 - 1.8.3
6 - 1.9
7 - tip
8
9 script:
10 - git clone -b dev https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
11 - cd $GOPATH/src/github.com/bytom
12 - make install
13 - make test