before_script:
  - npm install -g gulp
  - npm install --save-dev gulp
before_install:
  - pwd
  - ls -la
  - cd ./template
install:
  - npm install
language: node_js
node_js:
  - '7'