sudo: false

language: node_js
node_js:
  - v5
  - v4

branches:
  only:
    - gh-pages

notifications:
  email: false
