Skip to content

Commit

Permalink
Typo fixed + Travis CI improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 21, 2018
1 parent 1d7633f commit fac6dd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,13 @@ before_script:
- gem install awesome_bot

script:
# Getting the URLs ftom title which should be unique for sure
- grep ^### README.md > README.md-unique_urls
- awesome_bot --allow-redirect README.md-unique_urls

# Checking the duplicate Video Length values which should unlikely be the same (except 04:21)
- export DUPLICATE_VIDEO_LENGTH=`grep '* Video Length:' README.md | grep -v '04:21' | sort | uniq -d`
- test -n ${DUPLICATE_VIDEO_LENGTH} && echo ${DUPLICATE_VIDEO_LENGTH} && exit 1

# Checking all URLs
- awesome_bot --allow-dupe --allow-redirect README.md
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Photos shown in videos are one place, sorted alphabetically with few details.

### [A Demonstration of Darktable Masks | Darktable Tutorial #07](https://youtu.be/SKknBy5lX7I)
* Author: [Riley Brandt](https://www.youtube.com/channel/UCt6U6IJ2myOToBFeVL-EaXA) (https://www.rileybrandt.com/)
* Video Length: 04:54
* Video Length: 04:52
* Video Resolution: 2560x1440
![A Demonstration of Darktable Masks | Darktable Tutorial #07](screenshots/A_Demonstration_of_Darktable_Masks_-_Darktable_Tutorial_07-00:28.jpg "A Demonstration of Darktable Masks | Darktable Tutorial #07 (00:28)")
![A Demonstration of Darktable Masks | Darktable Tutorial #07](screenshots/A_Demonstration_of_Darktable_Masks_-_Darktable_Tutorial_07-01:52.jpg "A Demonstration of Darktable Masks | Darktable Tutorial #07 (01:52)")
Expand Down Expand Up @@ -198,7 +198,7 @@ Photos shown in videos are one place, sorted alphabetically with few details.

### [Using Drawn Masks in Darktable to Sharpen Select Areas.](https://youtu.be/IhMR88Jt6nk)
* Author: [Kyle Clements](https://www.youtube.com/channel/UCNWnBhDVnHflg1if2G2s0Lw) (http://kyleclements.com/)
* Video Length: 03:24
* Video Length: 03:58
* Video Resolution: 2560x1440
![Using Drawn Masks in Darktable to Sharpen Select Areas.](screenshots/Using_Drawn_Masks_in_Darktable_to_Sharpen_Select_Areas.-00:15.jpg "Using Drawn Masks in Darktable to Sharpen Select Areas. (00:15)")

Expand Down

0 comments on commit fac6dd1

Please sign in to comment.