mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-08 03:23:48 -05:00
8 lines
162 B
YAML
8 lines
162 B
YAML
sudo: false
|
|
install: git clone https://github.com/sstephenson/bats.git
|
|
script: bats/bin/bats --tap test
|
|
language: c
|
|
notifications:
|
|
email:
|
|
on_success: never
|