Skip to content

Commit

Permalink
bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Mar 13, 2019
1 parent d5581b9 commit 362d564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 10
- npm install remark-cli remark-lint remark-lint-sentence-newline
script:
- jekyll build
- bundle exec jekyll build
- ./node_modules/remark-cli/cli.js --frail articles/

# branch whitelist
Expand Down

0 comments on commit 362d564

Please sign in to comment.