travis-ci: declare global variable in 'env' section

This commit is contained in:
Lars Schneider 2016-02-11 09:55:03 +01:00
parent ed2b9f6128
commit dc358a0b99

@ -7,6 +7,10 @@ os:
- linux
- osx
env:
global:
- GIT_LFS_TEST_DIR="$HOME/git-lfs-tests"
matrix:
include:
- env: git-latest
@ -38,7 +42,6 @@ before_install:
cd ../../github/$repo;
export TRAVIS_BUILD_DIR=`dirname $TRAVIS_BUILD_DIR`/$repo;
fi;
export GIT_LFS_TEST_DIR="$localDir/git-lfs-tests";
install: true