angular4-lib-starter
Version:
starter library for angular4 component modules
27 lines (26 loc) • 487 B
YAML
language: node_js
cache:
yarn: true
directories:
- node_modules
notifications:
email: true
node_js:
- "7.7.4"
# before_install:
# - export CHROME_BIN=chromium-browser
# before_script:
# - "export CHROME_BIN=chromium-browser"
# - "export DISPLAY=:99.0"
# - "sh -e /etc/init.d/xvfb start"
# - sleep 3 # give xvfb some time to start
script:
- npm test
after_success:
- npm run build
- npm run semantic-release
branches:
only:
- master
- dev
- slim