Skip to content

Commit 00b77b0

Browse files
committed
modified: circle.yml
1 parent 322daeb commit 00b77b0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
machine:
2-
environment:
3-
JEKYLL_ENV: production
2+
ruby:
3+
version: 2.3.1
44

55
dependencies:
66
pre:
77
- gem install jekyll
8+
- gem install bundler
89

910
general:
1011
artifacts:
1112
- "./_site"
1213

1314
test:
1415
override:
16+
- bundle install
1517
- bundle exec jekyll build

0 commit comments

Comments
 (0)