Skip to content

Commit

Permalink
fix links and improve travis build test
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 13, 2019
1 parent 1de210f commit adf1c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: minimal
script:
- docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results --white-list $(paste -d, -s /mnt/travis_link_check_whitelist.txt) `find . -regex ".*\.\(md\|rst\)$"`
- docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results --white-list $(paste -d, -s travis_link_check_whitelist.txt) `find . -regex ".*\.\(md\|rst\)$"`

0 comments on commit adf1c8e

Please sign in to comment.