mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-18 16:47:04 -05:00
Import rbenv changes at 7e0e85bdda
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,6 +1,6 @@
|
||||
install: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||
script: script/test
|
||||
install: git clone https://github.com/sstephenson/bats.git
|
||||
script: PATH="./bats/bin:$PATH" test/run && ( cd plugins/python-build bats ${CI:+--tap} test )
|
||||
language: c
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
env:
|
||||
- PYENV_NATIVE_EXT=
|
||||
- PYENV_NATIVE_EXT=1
|
||||
|
||||
Reference in New Issue
Block a user