print platform and arch

This commit is contained in:
Gleb Bahmutov
2017-10-04 14:42:16 -04:00
parent 5b6b1e111b
commit 4d2bf62a2f

View File

@@ -25,6 +25,8 @@ install:
# Output useful info for debugging.
- node --version
- npm --version
- node -e "console.log(process.platform)"
- node -e "console.log(process.arch)"
# install root modules only
- npm install --ignore-scripts
# because we skipped scripts, we need to do