install: npm install
before_script:
  - npm install -g gulp
script: gulp testonce
branches:
  only:
  - develop
language: node_js
node_js:
  - "4"