language: node_js

node_js:
  - stable

before_script:
  - npm install -g gulp
  - gulp doc

script:
  - gulp test
  - codecov
