OSDN Git Service

add Makefile and ci (#5)
[bytom/equity.git] / .travis.yml
1 language: go
2 go_import_path: github.com/equity
3 dist: trusty
4 sudo: false
5
6 matrix:
7   include:
8     - go: 1.8.3
9     - go: 1.9
10     - go: tip
11   allow_failures:
12     - go: tip
13
14 branches:
15     only:
16         - master
17
18 script:
19     - make ci