Skip to content

Commit e7747d3

Browse files
committed
travis: build statically
1 parent 5001942 commit e7747d3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
language: go
22

3-
sudo: required
4-
5-
install: ./script/install-libgit2.sh
6-
73
go:
84
- 1.5
95
- 1.6
106
- 1.7
117
- tip
128

9+
script: make test-static
10+
1311
matrix:
1412
allow_failures:
1513
- go: tip

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
default: test
22

3-
build-libgit2:
4-
./script/build-libgit2-static.sh
5-
63
test: build-libgit2
74
go run script/check-MakeGitError-thread-lock.go
85
go test ./...

0 commit comments

Comments
 (0)