AMD64
Shell
Git
VERSION=v0.4.5
weak-head/leetcode:.travis.yml@7be516f
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
{
"env": "VERSION=v0.4.5",
"dist": "trusty",
"sudo": "required",
"addons": {
"artifacts": {
"paths": [
"shellcheck-${VERSION##v}.tar.bz2",
"shellcheck-${VERSION##v}.tar.bz2.sha256sum"
],
"target_paths": [
"/binaries/ubuntu/14.04/x86_64"
]
}
},
"script": "make build",
"language": "bash"
}