mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Test compiled native extensions on Travis CI
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
install: git clone https://github.com/sstephenson/bats.git
|
install: git clone https://github.com/sstephenson/bats.git
|
||||||
script: bats/bin/bats --tap test
|
script: PATH="./bats/bin:$PATH" test/run
|
||||||
# skips unnecessary Ruby-specific setup
|
|
||||||
language: c
|
language: c
|
||||||
|
env:
|
||||||
|
- RBENV_NATIVE_EXT=
|
||||||
|
- RBENV_NATIVE_EXT=1
|
||||||
|
|||||||
Reference in New Issue
Block a user