language: node_js node_js: - "4" - "5" before_install: - "npm install -g gulp" script: - gulp - npm test branches: only: - master - dev