diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..15f5270 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +sudo: false +install: git clone https://github.com/sstephenson/bats.git +script: bats/bin/bats --tap test +language: c +notifications: + email: + on_success: never diff --git a/README.md b/README.md index 2791979..0edc735 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pyenv-update +[![Build Status](https://travis-ci.org/pyenv/pyenv-update.svg?branch=master)](https://travis-ci.org/pyenv/pyenv-update) + pyenv-update is a [pyenv](https://github.com/pyenv/pyenv) plugin that provides a `pyenv update` command to update pyenv and its plugins. diff --git a/test/test_helper.bash b/test/test_helper.bash new file mode 100644 index 0000000..e69de29