Skip to content

Commit 2c8868e

Browse files
authored
Merge pull request #15 from Trybnetic/fix-travis
fix travis
2 parents fe5a2a4 + 02a9633 commit 2c8868e

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ gem "jekyll", "3.4.1"
1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
gem "minima", "~> 2.0"
1616

17+
# This is the gem used to test the output html
18+
gem "html-proofer"
19+
1720
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1821
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1922
# gem "github-pages", group: :jekyll_plugins
@@ -25,4 +28,3 @@ end
2528

2629
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2730
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
28-

Gemfile.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
410
addressable (2.5.2)
511
public_suffix (>= 2.0.2, < 4.0)
612
colorator (1.1.0)
13+
colored (1.2)
14+
ethon (0.10.1)
15+
ffi (>= 1.3.0)
716
ffi (1.9.18)
817
forwardable-extended (2.6.0)
18+
html-proofer (3.7.2)
19+
activesupport (>= 4.2, < 6.0)
20+
addressable (~> 2.3)
21+
colored (~> 1.2)
22+
mercenary (~> 0.3.2)
23+
nokogiri (~> 1.7)
24+
parallel (~> 1.3)
25+
typhoeus (~> 0.7)
26+
yell (~> 2.0)
27+
i18n (0.8.1)
928
jekyll (3.4.1)
1029
addressable (~> 2.4)
1130
colorator (~> 1.0)
@@ -23,14 +42,20 @@ GEM
2342
sass (~> 3.4)
2443
jekyll-watch (1.5.0)
2544
listen (~> 3.0, < 3.1)
45+
json (1.8.6)
2646
kramdown (1.14.0)
2747
liquid (3.0.6)
2848
listen (3.0.8)
2949
rb-fsevent (~> 0.9, >= 0.9.4)
3050
rb-inotify (~> 0.9, >= 0.9.7)
3151
mercenary (0.3.6)
52+
mini_portile2 (2.2.0)
3253
minima (2.1.1)
3354
jekyll (~> 3.3)
55+
minitest (5.10.1)
56+
nokogiri (1.8.0)
57+
mini_portile2 (~> 2.2.0)
58+
parallel (1.12.0)
3459
pathutil (0.14.0)
3560
forwardable-extended (~> 2.6)
3661
public_suffix (3.0.0)
@@ -44,11 +69,18 @@ GEM
4469
sass-listen (4.0.0)
4570
rb-fsevent (~> 0.9, >= 0.9.4)
4671
rb-inotify (~> 0.9, >= 0.9.7)
72+
thread_safe (0.3.6)
73+
typhoeus (0.8.0)
74+
ethon (>= 0.8.0)
75+
tzinfo (1.2.2)
76+
thread_safe (~> 0.1)
77+
yell (2.0.7)
4778

4879
PLATFORMS
4980
ruby
5081

5182
DEPENDENCIES
83+
html-proofer
5284
jekyll (= 3.4.1)
5385
jekyll-feed (~> 0.6)
5486
minima (~> 2.0)

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ gems:
1919
exclude:
2020
- Gemfile
2121
- Gemfile.lock
22+
- vendor/bundle
2223
excerpt_separator: <!--more-->

_posts/2017-09-07-welcome-to-jekyll.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ print_hi('Tom')
2222

2323
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
2424

25-
[jekyll-docs]: https://jekyllrb.com/docs/home
25+
[jekyll-docs]: http://jekyllrb.com/docs/home
2626
[jekyll-gh]: https://github.com/jekyll/jekyll
27-
[jekyll-talk]: https://talk.jekyllrb.com/
27+
[jekyll-talk]: http://talk.jekyllrb.com/

0 commit comments

Comments
 (0)