move tests-related files to a tests/ directory

This commit is contained in:
nodiscc 2019-05-20 19:40:06 +02:00
parent 11dce89801
commit 9aa2e9ec14
3 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ before_install:
- gem install danger
before_script:
script:
- 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)
- danger --verbose
- danger --dangerfile tests/Dangerfile --verbose
notifications:
email: false