summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6131e6d7313d4a294c24b74f25d865577e338842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.7
  - 1.8
  - tip

script: make test-static

matrix:
  allow_failures:
    - go: tip

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