Merge pull request #5 from pyenv/add-travis-conf

Add placeholder for tests on travis-ci.org
This commit is contained in:
Yamashita, Yuu
2018-03-05 09:46:39 +09:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View File

@@ -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

View File

@@ -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.

0
test/test_helper.bash Normal file
View File