deploy-stage Update README.md

Sven Fuchs authored GitHub committed

API event #65 passed

  • Ran for
  • Total time
  • Manually triggered by
spapanik/tvdb_api_client:.travis.yml@85d3560
language: python

python:
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"

install:
  - "pip install poetry"
  - "pip install yamk"
  - "yam"

script:
  - "yamk lint"
  - "yamk tests"

after_success:
  - coveralls
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "matrix": {
    "include": [
      {
        "stage": "test",
        "script": [
          "echo one"
        ]
      },
      {
        "stage": "test",
        "script": [
          "echo two"
        ]
      },
      {
        "stage": "deploy",
        "script": [
          "echo deploy"
        ]
      }
    ]
  },
  "language": "ruby"
}