소스 검색

Add Travis CI

tags/v1.0.0
Cameron Moore Bjørn Erik Pedersen 7 년 전
부모
커밋
ce135a4ebe
2개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      .travis.yml
  2. +1
    -0
      README.md

+ 14
- 0
.travis.yml 파일 보기

@@ -0,0 +1,14 @@
language: go
sudo: required
go:
- 1.7.5
- 1.8
- tip
os:
- linux
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- make check

+ 1
- 0
README.md 파일 보기

@@ -1,6 +1,7 @@
cast
====
[![GoDoc](https://godoc.org/github.com/spf13/cast?status.svg)](https://godoc.org/github.com/spf13/cast)
[![Build Status](https://api.travis-ci.org/spf13/cast.svg?branch=master)](https://travis-ci.org/spf13/cast)
[![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cast)](https://goreportcard.com/report/github.com/spf13/cast)

Easy and safe casting from one type to another in Go


불러오는 중...
취소
저장