sudo: enable language: node_js node_js: - "7" - "8" cache: directories: - "node_modules" # prune 移é¤æ å ³çå (没æå¨ç¶å çä¾èµå ³ç³»å表ä¸ååºçå ) install: - npm install - npm prune after_success: - npm run test # æå®åæ¯ branches: only: - test notifications: slack: rooms: - jweboytm:woLS6D9oasTaWyC1Ks4zqCne on_success: change on_failure: always