Pull request event #13.1 passed

  • Ran for
AMD64
Go: 1.8
Git
weak-head/leetcode:.travis.yml@663a3a4
os: linux
dist: xenial
language: python
python: 3.9

before_install:
  - sudo apt update
  - sudo apt install make python3-pip python-virtualenv

install:
  - pip3 install codecov pytest-timeout

script:
  - make coverage

after_success:
  - codecov
  - bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
Build Config
{
  "go": 1.8,
  "sudo": false,
  "addons": {
    "artifacts": {
      "paths": [
        "./build/linux/amd64/vsphere-monitor",
        "./build/darwin/amd64/vsphere-monitor"
      ],
      "target_paths": [
        "travis-ci/vsphere-monitor/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER",
        "travis-ci/vsphere-monitor/$(git describe --always --dirty --tags)",
        "travis-ci/vsphere-monitor/$TRAVIS_BRANCH"
      ]
    }
  },
  "script": [
    "make build",
    "make crossbuild"
  ],
  "install": [
    "go get -u github.com/FiloSottile/gvt",
    "make deps"
  ],
  "language": "go"
}