Skip to content

Commit

Permalink
Set travis file to only do 1.2, and added travis build status to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Jul 26, 2015
1 parent 0676f9d commit 3cbb173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 3cbb173

Please sign in to comment.