Update main script and Travis config

This commit is contained in:
Dave Machado
2017-07-10 01:41:50 -04:00
parent 3448c6cb0d
commit ab045f33f3
2 changed files with 14 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
language: node_js
nguage: node_js
notifications:
email: false
before_install:
@@ -8,8 +8,8 @@ install:
before_script:
- cd build
script:
- main.sh
- ./main.sh
after_success:
- build.sh
- deploy.sh
- ./build.sh
- ./deploy.sh