Push event #625 passed

  • Ran for
  • Total time
Kaninchen221/Zinet:.travis.yml@c793066
language: cpp
os: linux
dist: bionic
compiler: gcc
python: "3.7"
rvm: 2.2.0

notifications:
  email: false

before_install:
    # Print usefull information
    - echo $LANG
    - echo $LC_ALL
    - pwd
    - ls -al

install:

script:
    - echo "Nothing"

branches:
  only:
  - "/^Develop[.][a-zA-Z0-9]+/"
Build Config
{
  "rvm": "2.3.1",
  "jobs": {
    "include": [
      {
        "stage": "testing time"
      },
      {
        "dist": "trusty",
        "sudo": "required",
        "stage": ":ship: it to Quay.io",
        "script": "./script/docker-build-and-push",
        "install": "skip"
      }
    ]
  },
  "sudo": false,
  "cache": "bundler",
  "script": "bundle exec rspec -fs --color --order rand spec",
  "language": "ruby",
  "notifications": {
    "webhooks": "http://requestb.in/14h19sy1"
  }
}