# .travis.yml
language: node_js
node_js:
  - '5.4'
  - '4.4'
branches:
  except:
    - /^v[0-9]/
  only:
    - master
    - develop
