Skip to content

Commit 06df071

Browse files
committed
Towards working Circle Workflow
- Build doc with Ruby 2.5 -- didn't make a difference. - Try running `rake doc` through bundler.
1 parent 9fd4f0d commit 06df071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- test/texlogs/*.log
6060
doc:
6161
docker:
62-
- image: circleci/ruby:2.3
62+
- image: circleci/ruby:2.5
6363
steps:
6464
- checkout
6565
- run:
@@ -70,7 +70,7 @@ jobs:
7070
bundle install
7171
- run:
7272
name: Build Documentation
73-
command: rake doc
73+
command: bundle exec rake doc
7474
test-cli:
7575
docker:
7676
- image: circleci/ruby:2.5

0 commit comments

Comments
 (0)