From 3cbb173c52bf6cc166c0fa1bc2835f964ba2729d Mon Sep 17 00:00:00 2001 From: George Lester Date: Sat, 25 Jul 2015 23:51:40 -0700 Subject: [PATCH] Set travis file to only do 1.2, and added travis build status to readme. --- .travis.yml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f8af26..ae8794f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go +# Executable uses syscall and some file ops that are only properly +# available in 1.2. 1.1 fails to build, and post-1.4 has trouble with syscall. go: - - 1.0 - - 1.1 - 1.2 diff --git a/README.md b/README.md index 39dc24b..229c9e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ #wisk +[![Build Status](https://travis-ci.org/Knetic/wisk.svg?branch=master)](https://travis-ci.org/Knetic/wisk) `wisk`generates new projects based on a project skeleton. This makes it easy to quickly build new projects without manually creating a lot of boilerplate files and folders.