From 2e715717ce54305cd31b2edd563180b9737edc39 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 28 Apr 2015 15:51:47 -0400 Subject: [PATCH] Add support for Travis CI --- .travis.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..ce611b31a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: go + +go: + - 1.4 + - tip + +branches: + only: + - master + +script: + - make test testrace diff --git a/README.md b/README.md index a5d540171..6bb82dc87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Vault +Vault [![Build Status](https://travis-ci.org/hashicorp/vault.png)](https://travis-ci.org/hashicorp/vault) ========= - Website: https://www.vaultproject.io