# For more information about the configurations used
# in this file, please see the Travis CI documentation:
# http://docs.travis-ci.com

sudo: false

language: node_js

node_js:
  - '4'
  - '5'
