Hello,
I am using for the first time Travis … be indulgent.
I cannot generate a build without errors: the job log displays “could not download cache” and "find_spec_for_exe: can’t find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
The command “eval bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle} " failed. Retrying, 2 of 3.”
my .travis.yml:
language: ruby
rvm:
- 2.5.3 <<<<< I added this
cache: bundler
os: linux
dist: xenial
script:
- bundle exec jekyll build
after_success:
- chmod 777 deploy.sh
- ./deploy.sh