Просмотр исходного кода

Merge pull request #10 from zricethezav/travis

travis yaml
Zachary Rice 8 лет назад
Родитель
Сommit
c8181dee1b
2 измененных файлов с 9 добавлено и 0 удалено
  1. 7 0
      .travis.yml
  2. 2 0
      README.md

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: go
+go: 
+    - 1.9
+
+script:
+    - go test -v
+

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # GitLeaks
 # GitLeaks
 
 
+
+[![Build Status](https://travis-ci.org/zricethezav/gitleaks.svg?branch=master)](https://travis-ci.org/zricethezav/gitleaks)
 [![godoc](https://godoc.org/github.com/zricethezav/gitleaks?status.svg)](http://godoc.org/github.com/zricethezav/gitleaks)
 [![godoc](https://godoc.org/github.com/zricethezav/gitleaks?status.svg)](http://godoc.org/github.com/zricethezav/gitleaks)
 [![GolangCI](https://golangci.com/badges/github.com/zricethezav/gitleaks.svg)](https://golangci.com)
 [![GolangCI](https://golangci.com/badges/github.com/zricethezav/gitleaks.svg)](https://golangci.com)