Skip to content

Commit

Permalink
Always use bundler to run rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 19, 2019
1 parent a857b42 commit 6529cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
- 'gem update bundler --conservative'
bundler_args: --without debug
script: "rake test"
script: "bundle exec rake test"
- stage: links
name: "Check internal links and HTML"
sudo: required
Expand Down

0 comments on commit 6529cc6

Please sign in to comment.