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.

21 lines
368 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
- awesome_bot temp.md --allow-redirect || (exit 0)
8 years ago
- danger --verbose
7 years ago
notifications:
email: false