integrate link validation into CI

This commit is contained in:
Dave Machado
2017-07-12 09:37:42 -04:00
parent 5fbf817c1c
commit 708f4b7fa9
3 changed files with 8 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ notifications:
before_install:
- rvm install 2.4.0
install:
- gem install awesome_bot
- gem install httparty
before_script:
- cd build
script:
@@ -12,4 +12,3 @@ script:
after_success:
- ./build.sh
- ./deploy.sh