summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e99fb2bdc8283137bbe26d42d6b7e0b07fbe9dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: go

go:
  - 1.7
  - 1.8
  - 1.9
  - 1.10
  - tip

script: make test-static

matrix:
  allow_failures:
    - go: tip

git:
  submodules: false

before_install:
  - git submodule update --init

branches:
  only:
  - master
  - /v\d+/
  - next