Skip to content

Commit 673be77

Browse files
committed
trying setting ruby version with rvm
1 parent 15b7833 commit 673be77

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: ruby
22
rvm:
33
- 2.3.1
4+
addons:
5+
artifacts: true
46
install:
57
- bundle install
68
- bundle exec jekyll build
79
script:
810
- bundle exec jekyll build --trace
9-
- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
1011
env:
1112
global:
1213
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
machine:
22
ruby:
3-
version: 2.2.3
3+
version: 2.3.1
44

55
dependencies:
66
pre:
7+
- rvm --ruby-version use 2.3.1
78
- bundle install
89
- bundle exec jekyll build
910

@@ -14,4 +15,3 @@ general:
1415
test:
1516
post:
1617
- bundle exec jekyll build
17-
- bundle exec htmlproof ./_site --only-4xx --href-ignore "#"

0 commit comments

Comments
 (0)