diff options
author | nodiscc <nodiscc@gmail.com> | 2019-05-20 17:48:03 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-05-20 17:48:03 +0000 |
commit | d17751399ebb9b1eb1703759018e1111e7fd4a5f (patch) | |
tree | 434ff4018824032cd1e2983d523310f3fce21084 | |
parent | add a python script to check last commit dates of github repositories listed ... (diff) | |
download | awesome-selfhosted-d17751399ebb9b1eb1703759018e1111e7fd4a5f.tar.gz awesome-selfhosted-d17751399ebb9b1eb1703759018e1111e7fd4a5f.zip |
tests: fix danger command line
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3881cdab..68a3f44a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - git diff master.. --unified=0 README.md | grep --perl-regexp --only-matching --silent "(?<=^\+).*" >> temp.md || (exit 0) - node tests/test.js temp.md - awesome_bot temp.md --allow-redirect || (exit 0) - - danger --dangerfile tests/Dangerfile --verbose + - danger --dangerfile=tests/Dangerfile --verbose notifications: email: false |