Skip to content

Commit

Permalink
Add testing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaOuterelo committed Feb 28, 2019
1 parent 0f5b20e commit b6d556a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
@@ -1,3 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
#gemspec

# Testing utilities
gem "html-proofer"

#gemspec
5 changes: 5 additions & 0 deletions scripts/cibuild
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e # halt script on error

bundle exec jekyll build
bundle exec htmlproofer ./_site

0 comments on commit b6d556a

Please sign in to comment.