fix(build/travis) Only run tests on mac

This commit is contained in:
Juan Tejada 2017-02-10 15:01:50 -08:00
parent f33667e1a1
commit cab1acfcc9

View file

@ -72,7 +72,11 @@ before_script:
fi
script:
- script/bootstrap && npm test && script/grunt ci --stack --no-color
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
script/bootstrap && script/grunt ci --stack --no-color
else
script/bootstrap && npm test && script/grunt ci --stack --no-color
fi
cache:
directories: