jz_ngx-cookie
Version:
Implementation of Angular 1.x $cookies service to Angular
29 lines (19 loc) • 351 B
YAML
language: node_js
cache: yarn
sudo: false
notifications:
email: false
node_js:
- '7'
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
before_install:
- export CHROME_BIN=chromium-browser
before_script:
- npm prune
after_success:
- npm run semantic-release
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start