language: node_js

branches:
  only:
    - gh-pages

cache:
  directories:
    - node_modules

install:
  - npm install

script:
  - npm test
