Sha256: 63fd6c961d5ccc4d976646ea517e516203b1923f901e8585a7092546f7794a64
Contents?: true
Size: 825 Bytes
Versions: 4
Compression:
Stored size: 825 Bytes
Contents
--- os: linux dist: focal language: ruby cache: bundler rvm: - 2.7.1 # adopt future bundler 3 config style before_install: - bundle config set path ${BUNDLE_PATH:-vendor/bundle} - bundle config set jobs 3 - bundle config set retry 3 install: bundle install jobs: include: - env: CHECK=ruby script: - bundle exec rake - env: CHECK=sorbet script: - bundle exec srb tc --ignore=/vendor - env: CHECK=build gemfile: spec/fixtures/test_site/Gemfile script: - (cd spec/fixtures/test_site && bundle exec jekyll build --strict --trace --verbose) - (cd spec/fixtures/test_site && find _site -type f && echo -e '\n===\n' && cat _site/gallery_one/index.html && file _site/gallery_two/third/Morgenspaziergang-3.jpg_thumb.jpg) # only branch-test merges to main branches: only: - main
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cheesy-gallery-1.1.0 | .travis.yml |
cheesy-gallery-1.0.0 | .travis.yml |
cheesy-gallery-0.8.0 | .travis.yml |
cheesy-gallery-0.7.0 | .travis.yml |