Skip to content

Commit 8f378a8

Browse files
committed
💚 Update rubydown version
1 parent ad581e8 commit 8f378a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
- image: ruby
10-
10+
1111
working_directory: ~/repo
1212

1313
steps:
@@ -19,17 +19,17 @@ jobs:
1919
apt-get update
2020
apt-get install -y gnuplot
2121
gem build rubydown.gemspec
22-
gem install rubydown-0.1.0.gem
22+
gem install rubydown-0.2.0.gem
2323
gem install bio
24-
24+
2525
# run tests!
2626
- run:
2727
name: run tests
2828
command: |
2929
rubydown -i examples/bio.md -e templates/template.html.erb -o /tmp/bio.html
3030
rubydown -i examples/table.md -e templates/template.html.erb -o /tmp/table.html
3131
rubydown -i examples/graph.md -e templates/template.html.erb -o /tmp/graph.html
32-
32+
3333
# collect reports
3434
- store_artifacts:
3535
path: /tmp

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
install:
33
- set PATH=C:\Ruby25-x64\bin;%PATH%
44
- gem build rubydown.gemspec
5-
- gem install rubydown-0.1.0.gem
5+
- gem install rubydown-0.2.0.gem
66

77
build: off
88

@@ -20,6 +20,6 @@ test_script:
2020
- rubydown -i examples\bio.md -e templates\template.html.erb -o bio.html
2121
- rubydown -i examples\graph.md -e templates\template.html.erb -o graph.html
2222
- rubydown -i examples\table.md -e templates\template.html.erb -o table.html
23-
23+
2424
artifacts:
2525
- path: '*.html'

0 commit comments

Comments
 (0)