From 488369e085c57ac2c1545aa432315fbb742def28 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 5 Mar 2018 00:42:53 +0000 Subject: [PATCH 1/2] Add placeholder for tests on travis-ci.org --- .travis.yml | 7 +++++++ test/test_helper.bash | 0 2 files changed, 7 insertions(+) create mode 100644 .travis.yml create mode 100644 test/test_helper.bash 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/test/test_helper.bash b/test/test_helper.bash new file mode 100644 index 0000000..e69de29 From 5cab84a92ec0ae0a05ffa42ea0375bf23d4e229f Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 5 Mar 2018 00:44:50 +0000 Subject: [PATCH 2/2] Add build status in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.