# Deploy to elasticbeastalk production environment DEPLOY_TO_PRODUCTION=false # Move node_modules out of the way on elasticbeanstalk # during deployment CLEAR_NODE_MODULES=false ROLLBACK_NODE_MODULES=false # Control the tests running through saucelabs on Travis # It is preferable to only turn off the tests that are # failing instead of all of them RUN_E2E=false #Run Regression tests RUN_REGRESSION_TESTS=true