Skip to content

Commit

Permalink
Add Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed May 16, 2020
1 parent 1926cd7 commit 45937e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: ruby
before_install:
- gem update --system # necessary, see https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html
before_script:
- gem install html-proofer
script:
- bundle exec jekyll build
- htmlproofer --check-html --check-favicon ./_site

0 comments on commit 45937e7

Please sign in to comment.