You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
337 B
YAML

8 years ago
language: node_js
node_js:
- "node"
before_install:
- rvm install 2.2
- gem install awesome_bot
- gem install danger
before_script:
script:
- git diff master.. -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md || (exit 0)
8 years ago
- node test.js temp.md
7 years ago
- awesome_bot temp.md --allow-redirect --allow-ssl
8 years ago
- danger --verbose