Add webpack building, ESLint on PRs, and tag building to Travis (#911)

* Make Travis run ESLint before deploying

* Fix Travis never building docs for tags

* Update deploy.sh to also build the webpack

* Update deploy.sh
This commit is contained in:
meew0
2016-11-21 01:57:24 +01:00
committed by Schuyler Cebulskie
parent 2440a4a2c8
commit 176859e7da
2 changed files with 45 additions and 21 deletions

View File

@@ -5,7 +5,9 @@ cache:
directories:
- node_modules
install: npm install
script: bash ./docs/deploy/deploy.sh
script:
- npm run test
- bash ./docs/deploy/deploy.sh
env:
global:
- ENCRYPTION_LABEL: "af862fa96d3e"