pyenv/.travis.yml
2014-01-17 21:18:22 +09:00

8 lines
214 B
YAML

install: git clone https://github.com/sstephenson/bats.git
script: bats/bin/bats --tap test
after_script:
- bats/bin/bats --tap plugins/python-build/test
language: c
notifications:
email:
on_success: never