git-lfs/.travis.yml
2015-09-17 16:47:00 -06:00

13 lines
448 B
YAML

# http://docs.travis-ci.com/user/languages/go/
language: go
go:
- 1.5
install: true
script: script/cibuild
notifications:
email: false
before_install:
- repo=`basename $PWD`; localDir=`dirname $PWD`; cfDir="`dirname $localDir`/github"
- if [[ "$localDir" != "$cfDir" ]]; then mv "$localDir" "$cfDir"; cd ../../github/$repo; export TRAVIS_BUILD_DIR=`dirname $TRAVIS_BUILD_DIR`/$repo; fi
- export GIT_LFS_TEST_DIR="$localDir/git-lfs-tests"