Skip to content

Commit b727956

Browse files
committed
Fix Travis build.
1 parent 00ecff8 commit b727956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- rm -rfv *
1717

1818
script:
19-
- cd - && bundler exec jekyll b
19+
- cd - && bundle exec jekyll b
2020

2121
after_success:
2222
- cd "$out" &&

0 commit comments

Comments
 (0)