add ng2-webpack-config

This commit is contained in:
Oleksandr Telnov
2016-09-15 10:22:43 +03:00
parent 0e7e397f7d
commit cdc76cced0
29 changed files with 305 additions and 428 deletions

View File

@@ -2,12 +2,14 @@ language: node_js
node_js:
- "6"
before_install: npm i -g npm@latest
script:
- npm run flow.install:typings
- npm test
after_success:
- ./node_modules/.bin/codecov
- ./node_modules/.bin/codecov -f coverage/coverage-final.json
addons:
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )