UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

38 lines (27 loc) 454 B
language: node_js cache: directories: - $HOME/.npm - $HOME/.yarn-cache - node_modules sudo: false notifications: email: false node_js: - '6' branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/" before_install: - export CHROME_BIN=chromium-browser - npm i -g yarn before_script: - npm prune install: - yarn before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - yarn run lint - yarn test