Install yarn on OSX by hand and update lock file

This commit is contained in:
Patrick Niklaus 2017-03-21 23:26:32 +00:00
parent 2a691ac5be
commit d792572ece
3 changed files with 870 additions and 79 deletions

View File

@ -142,6 +142,7 @@ before_install:
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
export JOBS=$((`sysctl -n hw.ncpu` + 1)) export JOBS=$((`sysctl -n hw.ncpu` + 1))
sudo mdutil -i off / sudo mdutil -i off /
npm install -g yarn
fi fi
- echo "Using ${JOBS} jobs" - echo "Using ${JOBS} jobs"
- yarn install --ignore-scripts - yarn install --ignore-scripts

View File

@ -60,6 +60,7 @@
"docbox": "^1.0.2", "docbox": "^1.0.2",
"documentation": "^4.0.0-beta.18", "documentation": "^4.0.0-beta.18",
"eslint": "^2.4.0", "eslint": "^2.4.0",
"react-dom": "^15.4.2",
"tape": "^4.2.2", "tape": "^4.2.2",
"uglifyjs": "^2.4.10" "uglifyjs": "^2.4.10"
}, },

947
yarn.lock

File diff suppressed because it is too large Load Diff