mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-13 00:36:19 -04:00
Add .travis.yml
This commit is contained in:
parent
dcd3b12a97
commit
5e36ec7b51
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
install: git clone https://github.com/sstephenson/bats.git
|
||||
script: bats/bin/bats --tap test
|
||||
language: c
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
Loading…
Reference in a new issue