git2go/.travis.yml

26 lines
308 B
YAML
Raw Normal View History

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
2017-04-14 05:51:13 -05:00
git:
submodules: true
branches:
only:
- master
2016-12-23 13:14:05 -06:00
- /v\d+/
- /release-.*/