Skip to content

Commit 01428ba

Browse files
committed
updating circle with something new to try
1 parent 021fdbb commit 01428ba

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

circle.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
machine:
22
ruby:
3-
version: 2.3.1
3+
version: 2.2.3
44

55
dependencies:
66
pre:
7-
- rvm use ruby-2.2.4
8-
- gem install jekyll
9-
- gem install bundler
7+
- bundle exec jekyll build
108

119
general:
1210
artifacts:
1311
- "./_site"
1412

1513
test:
16-
override:
17-
- bundle install
14+
post:
1815
- bundle exec jekyll build
16+
- bundle exec htmlproof ./_site --only-4xx --href-ignore "#"

0 commit comments

Comments
 (0)