mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Feature/travis (#12)
* travis config * Updated gemlock for htmlproofer. * Note about installing nokogiri with bundle install. * htmlproofer for cibuild * Restricting the htmlproofer test to ignore /blog/ * Removed travis branch from the whitelist.
This commit is contained in:
parent
0d43667e7c
commit
5ee9ae4de9
6 changed files with 81 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -3,5 +3,6 @@ gem 'jekyll'
|
|||
gem 'jekyll-paginate'
|
||||
gem 'jekyll-autoprefixer'
|
||||
gem 'jekyll-serve'
|
||||
gem 'html-proofer'
|
||||
gem 'classifier-reborn'
|
||||
gem 'jekyll-multiple-languages-plugin', :git => 'https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git'
|
Loading…
Add table
Add a link
Reference in a new issue