Run javascript build on travis ci (#6)

* Add js build to travis

* Cleanup JS

* Reduce package.json for now

* Reduce package.json for now

* Remove ng-annotate as we don't minify code and it fails on travis cis node version

* Ignore tests for now
This commit is contained in:
Julius Härtl
2017-01-31 15:13:23 +01:00
committed by GitHub
parent 1e1891a43f
commit e319c2ed07
4 changed files with 28 additions and 141 deletions

View File

@@ -21,8 +21,12 @@ before_install:
before_script:
- cd apps/deck
- make install-npm-deps-dev
script:
- node --version
- npm --version
- make build-js
- make test
after_failure: