vericred
Version:
Client library to interact with the Vericred API
27 lines (20 loc) • 297 B
YAML
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.10"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test