All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ruby-client.travis.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
language: ruby
cache: bundler
rvm:
  - 2.7
  - 3.0
  - 3.1
script:
  - bundle install --path vendor/bundle
  - bundle exec rspec
  - gem build {{{gemName}}}.gemspec
  - gem install ./{{{gemName}}}-{{{gemVersion}}}.gem




© 2015 - 2024 Weber Informatics LLC | Privacy Policy