Skip to content

Commit

Permalink
move tests-related files to a tests/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 20, 2019
1 parent 11dce89 commit 9aa2e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.

0 comments on commit 9aa2e9e

Please sign in to comment.