Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gburiola committed Oct 10, 2017
1 parent 7eb7d08 commit 28d60d4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: python

python:
- "2.7"

branches:
only:
- master

notifications:
recipients:
- [email protected]
- [email protected]
- [email protected]
email:
on_success: change
on_failure: always

# command to install dependencies
install:
- pip install -r requirements.txt

# command to run tests
script:
- python -m unittest discover
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kapitan: A generic jsonnet based configuration deployment system

[![Build Status](https://travis-ci.org/deepmind/kapitan.svg?branch=master)](https://travis-ci.org/deepmind/kapitan)

Kapitan is a command line tool for declaring, instrumenting and documenting
infrastructure with the goal of writing reusable components in Kubernetes whilst avoiding
duplication and promoting conventions and patterns for extensibility.
Expand Down
9 changes: 0 additions & 9 deletions README.rst

This file was deleted.

0 comments on commit 28d60d4

Please sign in to comment.