summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 26524e0bb1a36ad583753d95137f13a712c5dd47 (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
language: go

sudo: required

install: ./script/install-libgit2.sh

go:
  - 1.1
  - 1.2
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - 1.7
  - tip

matrix:
  allow_failures:
    - go: tip

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