chore(travis): fix .travis.osx.yml
This commit is contained in:
parent
126c45626c
commit
e1047c4ebb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ script:
|
||||||
BUILD_TYPE=Release;
|
BUILD_TYPE=Release;
|
||||||
else
|
else
|
||||||
BUILD_TYPE=Debug;
|
BUILD_TYPE=Debug;
|
||||||
CTEST_FLAGS="-E leanslowtests"
|
CTEST_FLAGS="-E leanslowtests";
|
||||||
fi
|
fi
|
||||||
- BUILD_NAME=${TRAVIS_BRANCH}_g++-4.9.0_${BUILD_TYPE}
|
- BUILD_NAME=${TRAVIS_BRANCH}_g++-4.9.0_${BUILD_TYPE}
|
||||||
- if [[ $TCMALLOC == ON ]]; then
|
- if [[ $TCMALLOC == ON ]]; then
|
||||||
|
|
Loading…
Reference in a new issue