Skip to content

Commit

Permalink
Maybe binstubs is the problem for travis-ci...
Browse files Browse the repository at this point in the history
  • Loading branch information
smellsblue committed Jun 25, 2024
1 parent a440320 commit f4b69d4
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 @@ -2,7 +2,7 @@ language: ruby
rvm:
- 2.7.6
services: postgresql
bundler_args: "--without production development staging review --binstubs --jobs=3 --retry=3"
bundler_args: "--without production development staging review --jobs=3 --retry=3"
before_install: gem install bundler -v 1.16.1
cache: bundler
env:
Expand Down

0 comments on commit f4b69d4

Please sign in to comment.