From d207d61f67c6c05bc6246d85fc57134d341092ab Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 30 Aug 2016 12:36:20 +0800 Subject: Update README --- .travis.yaml | 17 ----------------- .travis.yml | 17 +++++++++++++++++ README.md | 3 +++ 3 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 .travis.yaml create mode 100644 .travis.yml diff --git a/.travis.yaml b/.travis.yaml deleted file mode 100644 index d9f3ffd..0000000 --- a/.travis.yaml +++ /dev/null @@ -1,17 +0,0 @@ -language: go - -install: - - go get -d -t -v ./... && go build -v ./... - -go: - - 1.5 - - 1.6 - - 1.7 - - tip - -script: - - go vet ./... - - go test -v -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d9f3ffd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: go + +install: + - go get -d -t -v ./... && go build -v ./... + +go: + - 1.5 + - 1.6 + - 1.7 + - tip + +script: + - go vet ./... + - go test -v -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index d75bf1a..161b894 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # Excelize +[![Build Status](https://godoc.org/github.com/Luxurioust/excelize?status.svg)](https://godoc.org/github.com/Luxurioust/excelize) +[![Build Status](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause) + ## Introduction Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize). -- cgit v1.2.1