Sha256: d7b25936606e70528b63e89907b9c4f3d28626e3507ae53883e1a71e2dab6ccd

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 Bytes

Contents

sudo: required

services:
  - docker

language: general

env:
  matrix:
    - RVM_RUBY_VERSION=2.1
    - RVM_RUBY_VERSION=2.2
    - RVM_RUBY_VERSION=2.3
    - RVM_RUBY_VERSION=2.4
    - RVM_RUBY_VERSION=2.5
    - RVM_RUBY_VERSION=2.6
    - RVM_RUBY_VERSION=ruby-head

before_install:
- sudo docker build -t stackprof-$RVM_RUBY_VERSION --build-arg=RVM_RUBY_VERSION=$RVM_RUBY_VERSION .

script:
- sudo docker run --name stackprof-$RVM_RUBY_VERSION stackprof-$RVM_RUBY_VERSION

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stackprof-0.2.13 .travis.yml