lograge/.travis.yml at master · roidrage/lograge · GitHub Skip to content Sign up Why GitHub? Features → Mobile → Actions → Codespaces → Packages → Security → Code review → Issues → Integrations → GitHub Sponsors → Customer stories→ Team Enterprise Explore Explore GitHub → Learn and contribute Topics → Collections → Trending → Learning Lab → Open source guides → Connect with others The ReadME Project → Events → Community forum → GitHub Education → GitHub Stars program → Marketplace Pricing Plans → Compare plans → Contact Sales → Education → In this repository All GitHub ↵ Jump to ↵ No suggested jump to results In this repository All GitHub ↵ Jump to ↵ In this user All GitHub ↵ Jump to ↵ In this repository All GitHub ↵ Jump to ↵ Sign in Sign up {{ message }} roidrage / lograge Notifications Star 3k Fork 259 Code Issues 42 Pull requests 21 Actions Projects 0 Wiki Security Insights More Code Issues Pull requests Actions Projects Wiki Security Insights Permalink master Switch branches/tags Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags lograge/.travis.yml Go to file Go to file T Go to line L Copy path Copy permalink     Cannot retrieve contributors at this time 23 lines (23 sloc) 510 Bytes Raw Blame Open with Desktop View raw View blame language: ruby cache: bundle rvm: - 2.6 - 2.5 - 2.4 - jruby-9.2.7.0 - jruby-head before_install: - gem install bundler matrix: fast_finish: true allow_failures: - rvm: jruby-head env: global: - JRUBY_OPTS='-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.mode=OFF -J-Djruby.compile.invokedynamic=false' gemfile: - gemfiles/Gemfile.actionpack5.2 - gemfiles/Gemfile.actionpack5.1 - gemfiles/Gemfile.actionpack5.0 - gemfiles/Gemfile.actionpack4.0 - Gemfile Copy lines Copy permalink View git blame Reference in new issue Go © 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.