Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #40 from cbeer/patch-1
Browse files Browse the repository at this point in the history
Fix travis build.
  • Loading branch information
azaroth42 committed Jun 5, 2016
2 parents 6f723f6 + dd65ea0 commit 2508377
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ env:

cache: bundler

before_script:
- npm install -g grunt-cli
- npm install

script: ./test.sh
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'jekyll', '2.0.3'
gem 'kramdown', '1.3.3'

group :test do
gem 'html-proofer', '0.7.2'
gem 'html-proofer', '~> 3.0'
end
gem 'rspec'
gem 'faker'
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
bundle exec jekyll build --drafts
grunt test
bundle exec htmlproof ./_site
bundle exec htmlproofer ./_site

0 comments on commit 2508377

Please sign in to comment.