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.8.0
Show newest version
language: ruby
cache: bundler
rvm:
  - 2.3
  - 2.4
  - 2.5
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