summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0b7f4825e01b96c968d8b61fc4b4d3890ec31369 (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

arch:
  - AMD64
  - ppc64le
 
go:
  - tip

install:
  - sudo apt-get install -y --no-install-recommends libssh2-1-dev
  - make build-libgit2-static
  - go get --tags "static" ./...

script:
  - make test-static

git:
  submodules: true

branches:
  only:
  - master
  - /v\d+/
  - /release-.*/