chore(travis): fix .travis.osx.yml

This commit is contained in:
Soonho Kong 2013-11-12 23:15:03 -05:00
parent 126c45626c
commit e1047c4ebb

View file

@ -31,7 +31,7 @@ script:
BUILD_TYPE=Release;
else
BUILD_TYPE=Debug;
CTEST_FLAGS="-E leanslowtests"
CTEST_FLAGS="-E leanslowtests";
fi
- BUILD_NAME=${TRAVIS_BRANCH}_g++-4.9.0_${BUILD_TYPE}
- if [[ $TCMALLOC == ON ]]; then