From 5ffd2d9edbd680d00b696f1b95272b1c6ef2c792 Mon Sep 17 00:00:00 2001 From: "dan@saucelabs.com" Date: Tue, 19 Jun 2018 14:34:23 -0700 Subject: [PATCH] Only install production modules --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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