Skip to content

Commit

Permalink
chore: move url validation to a script
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 6, 2016
1 parent feaba15 commit 7e20dc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Expand Up @@ -12,15 +12,7 @@ install:
- gem install awesome_bot

script:
- awesome_bot README.md --white-list angularclass.com, \
angular.io, \
github.com/angularclass/awesome-angular2, \
github.com/angular/universal, \
github.com/angular/material2, \
blog.thoughtram.io, \
github.com/angular/react-native-renderer, \
github.com/FuelInteractive/fuel-ui, \
babeljs.io
- ./scripts/validate_urls.sh

notifications:
email:
Expand Down
11 changes: 11 additions & 0 deletions scripts/validate_urls.sh
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

awesome_bot README.md --white-list angularclass.com, \
angular.io, \
github.com/angularclass/awesome-angular2, \
github.com/angular/universal, \
github.com/angular/material2, \
blog.thoughtram.io, \
github.com/angular/react-native-renderer, \
github.com/FuelInteractive/fuel-ui, \
babeljs.io

0 comments on commit 7e20dc3

Please sign in to comment.