mirror of
https://github.com/pyenv/pyenv-update.git
synced 2026-02-06 02:57:34 +09: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
|