language: node_js
node_js:
  - 5.9
before_script:
  - npm install -g bower
  - bower install
  - npm install -g gulp
script: gulp test
