feat(package): upgrade to ng v2.3+

This commit is contained in:
Dmitriy Shekhovtsov
2017-01-17 16:37:20 +02:00
parent f5b5dc3bd2
commit 32c309f0d3
75 changed files with 3856 additions and 3264 deletions

View File

@@ -2,16 +2,20 @@ language: node_js
node_js:
- "6"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm test
- npm run pretest
- npm run test-coverage
after_success:
- ./node_modules/.bin/codecov -f coverage/coverage-final.json
- ./node_modules/.bin/codecov
addons:
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
sauce_connect: true
firefox: "42.0"
firefox: "latest"
apt:
sources:
- ubuntu-toolchain-r-test