machine: python: version: 3.5.1 node: version: 5.11.1 environment: BUILD_PRODUCTION: true NODE_ENV: production NPM_CONFIG_PRODUCTION: false dependencies: pre: - make install - make build test: override: - make test deployment: production: branch: master commands: - git config --global user.email "git@theorangeone.net" - git config --global user.name "TheOrangeOne" - make upload