| 123456789101112131415161718 | sudo: falselanguage: node_jscache:  directories:    - node_modulesnotifications:  email: falsenode_js:  - '4'before_install:  - npm i -g npm@^2.0.0before_script:  - npm pruneafter_success:  - npm run semantic-releasebranches:  only:    - master
 |