angular-ui-tree
Version:
An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery
29 lines (22 loc) • 487 B
YAML
language: node_js
node_js:
- "4.2.4"
addons:
firefox: "latest"
before_script:
- echo "Using firefox version `firefox --version`"
- npm install -g bower
- bower install
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./node_modules/protractor/bin/webdriver-manager update
- gulp serve &
- sleep 3 # give webserver some time to start
script:
- npm test
after_success:
- npm run coveralls
- npm run codacy
notifications:
- email: false
sudo: false