Sha256: fbfc0cb126de7c3462d5777fdd67417889713eb6c49daa15c6c27b158f2e9f49

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

dist: xenial
sudo: false
language: ruby
rvm:
  - 2.4.5
  - 2.5.3
  - 2.6.0
  - ruby-head
branches:
  only:
    - master
cache: bundler
before_install:
  - travis_retry gem update --system
  - travis_retry gem install bundler
install:
  - travis_retry bundle
  - gem build stisla-rails.gemspec
  - gem install ./stisla-rails-*.gem
notifications:
  email: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stisla-rails-0.2.0 .travis.yml
stisla-rails-0.1.5 .travis.yml
stisla-rails-0.1.4 .travis.yml
stisla-rails-0.1.3 .travis.yml
stisla-rails-0.0.2 .travis.yml