aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-getter/.travis.yml
blob: da804c29069115c85cc501480a98080e9d7d7d0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sudo: false

addons:
  apt:
    sources:
      - sourceline: 'ppa:git-core/ppa'
    packages:
      - git

language: go

go:
  - 1.8.x
  - 1.9.x
  - master

branches:
  only:
    - master

matrix:
  allow_failures:
    - go: master