7
0

Add Travis CI

Bu işleme şunda yer alıyor:
Cameron Moore 2017-03-03 13:59:13 -06:00 işlemeyi yapan: Bjørn Erik Pedersen
ebeveyn 06c9b5699b
işleme 7684a086b8
2 değiştirilmiş dosya ile 15 ekleme ve 0 silme

14
.travis.yml Normal dosya
Dosyayı Görüntüle

@ -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

Dosyayı Görüntüle

@ -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