react-window-ui
Version:
React components for fast presentational window ui
16 lines (15 loc) • 415 B
YAML
language: node_js
node_js:
- node
- lts/*
script:
- npm install
- npm run build
before_install:
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
install: npm install
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success: 'npm run coveralls'