trumptracker.github.io/script/cibuild
Viren Mohindra 0e2d9793ee
revamped travis cibuild + conforms
revamped travis cibuild
- cached archive.org links to speed up tests
- should work perfectly and make PR’s conform to HTTPS standards
- `—url-ignore` for personal website since its not served over HTTPS

index.html + css/style.sass
- ID is unique, changed `remove-on-mobile` to a class

about.html
- moved all non-https links to archive.org

_layouts/page.html
- converted T&C to archived link to conform with standards

data.yaml
- removed dailyword link since it doesn’t allow archive.org caching
- changed cnbc link to serve over https
2017-02-16 21:35:27 -05:00

5 lines
No EOL
259 B
Bash

#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer --allow-hash-href --check-favicon --check-opengraph --check-html --check-img-http --timeframe 15d --enforce-https --url-ignore http://virenmohindra.me/ ./_site