1
Fork 0

prepare for v4

This commit is contained in:
Jake Howard 2016-08-13 20:20:57 +01:00
parent ad153f7ec5
commit bc7acfbd3e
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

View file

@ -9,15 +9,15 @@ machine:
dependencies:
pre:
- make install
- export NODE_ENV=production
- make build
test:
override:
- export NODE_ENV=production
- make build
- make test
deployment:
production:
branch: v4
branch: master
commands:
- make upload

View file

@ -1,6 +1,6 @@
{
"name": "TheOrangeOne-Site",
"version": "4.0.0",
"version": "4",
"description": " Source code for TheOrangeOne.net",
"scripts": {
"build-js": "./scripts/build-js.sh",