Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Failed trying without htmlproofer
- Loading branch information
Showing
with
1 addition
and
3 deletions.
-
+1
−1
.travis.yml
-
+0
−2
Gemfile
|
@@ -9,7 +9,7 @@ install: |
|
|
# Install Jekyll and dependencies |
|
|
- bundle install |
|
|
|
|
|
script: jekyll build && htmlproofer ./_site |
|
|
script: jekyll build |
|
|
|
|
|
# branch whitelist, only for GitHub Pages |
|
|
branches: |
|
|
|
@@ -2,5 +2,3 @@ source "https://rubygems.org" |
|
|
|
|
|
gem "jekyll", "~> 3.6.2" |
|
|
gem "github-pages", "~> 168" |
|
|
gem "rake", "~> 12.3.0" |
|
|
gem "html-proofer" |