diff --git a/.travis.yml b/.travis.yml index d4151f606..6222163f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ jobs: node_js: 8 # if: branch = master # TODO: Uncomment this os: osx # Need to have an OSX build to build XCUITestDriver - script: npm install && npm run zip-and-upload + script: npm --production install && npm run zip-and-upload