UNPKG

ng2-dnd

Version:

Angular 2 Drag-and-Drop without dependencies

23 lines 378 B
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '5' before_install: - npm i -g npm@^3.7 before_script: - npm prune script: - npm run test after_success: - npm run semantic-release branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start