Skip to content

Commit

Permalink
TravisCI find and xargs change
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 15, 2019
1 parent 4834a86 commit b626b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,10 +14,10 @@ install:

script:
# Markdown check
- find . -name "*.md" -exec markdownlint {} \;
- find . -name "*.md" -print0 | xargs -0 markdownlint

# Link Checks
- find . -name "*.md" -exec markdown-link-check {} \;
- find . -name "*.md" -print0 | xargs -0 markdown-link-check --quiet

# Checking the duplicate Video Length values which should unlikely be the same
- export DUPLICATE_VIDEO_LENGTH=`grep '* Video Length:' README.md | sort | uniq -d`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1338,6 +1338,6 @@ Photos shown in videos are one place, sorted alphabetically with few details.
[https://www.youtube.com/playlist?list=PLmvlUro_Up1NBX7VK8UUuyWo1B468zEA0](https://www.youtube.com/playlist?list=PLmvlUro_Up1NBX7VK8UUuyWo1B468zEA0)

* Author: [Bruce Williams Photography](https://www.youtube.com/user/audio2u/featured)
[https://brucewilliamsphotography.com](https://brucewilliamsphotography.com)
[https://brucewilliamsphotography.com](https://www.facebook.com/pages/category/Camera-Photo/Bruce-Williams-Photography-177839898649/)

[https://www.youtube.com/watch?v=s41rmYxOQ0g&list=PLlYWvzmJQTrRq7JrYdD7k3-8-v-uHnhK_](https://www.youtube.com/watch?v=s41rmYxOQ0g&list=PLlYWvzmJQTrRq7JrYdD7k3-8-v-uHnhK_)

0 comments on commit b626b59

Please sign in to comment.