Pull Request #17 Pull out Google-specific code into an adapter

This will let us swap the implementation with one that we can use in
MacStadium, so we can use warmer for macOS VMs.

Matt Moriarity avatar Matt Moriarity

Pull request event #35.1 failed

  • Ran for
AMD64
Ruby
Git
language: ruby
dist: xenial
group: edge
services:
- redis-server
env:
  global:
  - RACK_ENV=test
  - COVERAGE=1
before_install:
- gem install bundler
- source example.env
script:
- bundle exec rake
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "global": [
      "RACK_ENV=test",
      "COVERAGE=1"
    ]
  },
  "dist": "xenial",
  "group": "edge",
  "script": [
    "bundle exec rake"
  ],
  "language": "ruby",
  "services": [
    "redis-server"
  ],
  "before_install": [
    "gem install bundler",
    "source example.env"
  ]
}