language: node_js

node_js:
  - node

cache:
  directories:
    - node_modules

#script: make test browserstack
script: make test
