Merge pull request #980 from larsxschneider/travis-latest-git

install latest Git on Travis-CI Linux to run all tests
This commit is contained in:
risk danger olson 2016-02-05 14:26:38 -09:00
commit 8fa4963ad7
2 changed files with 7 additions and 1 deletions

@ -3,6 +3,12 @@ language: go
os:
- linux
- osx
addons:
apt:
sources:
- git-core
packages:
- git
go:
- 1.5
install: true

@ -24,6 +24,6 @@ begin_test "attempt private access without credential helper"
GIT_TERMINAL_PROMPT=0 git push origin master 2>&1 | tee push.log
grep "Git credentials for $GITSERVER/$reponame not found" push.log
grep "Authorization error: $GITSERVER/$reponame" push.log
)
end_test