add osx matrix

This commit is contained in:
tqchen
2015-07-29 18:24:19 -07:00
parent 5f9f42292c
commit 75c8bdf962
2 changed files with 9 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
# main script of travis
if [ ${TASK} == "lint" ]; then
make lint || exit -1
if [ ${TRAVIS_OS_NAME} != "osx" ]; then
make lint || exit -1
fi
fi
if [ ${TASK} == "build" ]; then