move tests-related files to a tests/ directory
This commit is contained in:
parent
11dce89801
commit
9aa2e9ec14
3 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ before_install:
|
||||||
- gem install danger
|
- gem install danger
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- git diff master.. --unified=0 README.md | grep --perl-regexp --only-matching --silent "(?<=^\+).*" >> temp.md || (exit 0)
|
- git diff master.. --unified=0 README.md | grep --perl-regexp --only-matching --silent "(?<=^\+).*" >> temp.md || (exit 0)
|
||||||
- node test.js temp.md
|
- node tests/test.js temp.md
|
||||||
- awesome_bot temp.md --allow-redirect || (exit 0)
|
- awesome_bot temp.md --allow-redirect || (exit 0)
|
||||||
- danger --verbose
|
- danger --dangerfile tests/Dangerfile --verbose
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue