Skip to content

Commit

Permalink
Travis: Update to Go 1.7.
Browse files Browse the repository at this point in the history
Regenerate README.
  • Loading branch information
dmitshur committed Sep 8, 2016
1 parent b0700cd commit d30b7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: go
go:
- 1.5.2
- 1.7
- tip
matrix:
allow_failures:
Expand Down
8 changes: 5 additions & 3 deletions README.md
@@ -1,5 +1,7 @@
markdownfmt [![Build Status](https://travis-ci.org/shurcooL/markdownfmt.svg?branch=master)](https://travis-ci.org/shurcooL/markdownfmt) [![GoDoc](https://godoc.org/github.com/shurcooL/markdownfmt?status.svg)](https://godoc.org/github.com/shurcooL/markdownfmt)
===================================================================================================================================================================================================================================================================
markdownfmt
===========

[![Build Status](https://travis-ci.org/shurcooL/markdownfmt.svg?branch=master)](https://travis-ci.org/shurcooL/markdownfmt) [![GoDoc](https://godoc.org/github.com/shurcooL/markdownfmt?status.svg)](https://godoc.org/github.com/shurcooL/markdownfmt)

Like `gofmt`, but for Markdown.

Expand Down Expand Up @@ -44,4 +46,4 @@ Alternatives
License
-------

- [MIT License](http://opensource.org/licenses/mit-license.php)
- [MIT License](https://opensource.org/licenses/mit-license.php)

0 comments on commit d30b7b9

Please sign in to comment.