Sha256: 27d5f7db7a6f1e70955805d197c5e7990e93c0581f0e638317737f4fb9354ea9
Contents?: true
Size: 626 Bytes
Versions: 5
Compression:
Stored size: 626 Bytes
Contents
box: ruby:2.3.0 # Build definition build: steps: - script: name: update bundler code: gem update bundler # A step that executes `bundle install` command - bundle-install: jobs: 4 # A custom script step, name value is used in the UI # and the code value contains the command that get executed - script: name: echo ruby information code: | echo "ruby version $(ruby --version) running" echo "from location $(which ruby)" echo -p "gem list: $(gem list)" # Add more steps here: - script: name: test code: bundle exec rake test
Version data entries
5 entries across 5 versions & 1 rubygems