Fixed travis build script.

Upgraded from xcode 9.2 to 9.4.
Use yarn instead of npm for windows and linux builds.
Unpin minor version of node in package.json.
This commit is contained in:
Daniel Scalzi
2018-06-30 00:28:45 -04:00
parent aa48a756c5
commit dab195a996
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
"dist:all": "npm run dist -- -wl --x64"
},
"engines": {
"node": "10.0.x"
"node": "10.x.x"
},
"repository": {
"type": "git",