OSDN Git Service

Bump golang.org/x/text from 0.3.6 to 0.3.8 in /lib/golang.org/x/net
[bytom/bytom.git] / .travis.yml
1 language: go
2 go_import_path: github.com/bytom/bytom
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         - dev
18
19 script:
20     - make ci