mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
7 lines
184 B
YAML
7 lines
184 B
YAML
sudo: false
|
|
install: git clone --depth 1 https://github.com/sstephenson/bats.git
|
|
script: PATH="./bats/bin:$PATH" test/run
|
|
language: c
|
|
env:
|
|
- RBENV_NATIVE_EXT=
|
|
- RBENV_NATIVE_EXT=1
|