disable spotlight indexing on osx to speed up 'npm test'

This commit is contained in:
Dane Springmeyer 2016-05-23 19:35:22 -04:00
parent 254ee07942
commit 4d92f08424

View File

@ -112,6 +112,7 @@ matrix:
#- env: CCOMPILER='clang-3.8' CXXCOMPILER='clang++-3.8' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON
before_install:
- if [[ $(uname -s) == 'Darwin' ]]; then sudo mdutil -i off /; fi;
- source ./scripts/install_node.sh 4
- npm install
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"