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.