Your IP : 216.73.216.229


Current Path : /proc/self/root/opt/alt/ruby26/lib64/ruby/2.6.0/bundler/templates/newgem/
Upload File :
Current File : //proc/self/root/opt/alt/ruby26/lib64/ruby/2.6.0/bundler/templates/newgem/travis.yml.tt

---
sudo: false
language: ruby
cache: bundler
rvm:
  - <%= RUBY_VERSION %>
before_install: gem install bundler -v <%= Bundler::VERSION %>

?>