Skip to content

Commit

Permalink
Merge pull request nearform#8 from dgonzalez/travis
Browse files Browse the repository at this point in the history
travis goveralls
  • Loading branch information
dgonzalez committed Feb 21, 2018
2 parents 446dc07 + a745321 commit 29e6b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ go:
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v0.3.1/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- go get github.com/mattn/goveralls

install:
- make install
Expand All @@ -15,3 +16,4 @@ notifications:
script:
- go test -v -race ./...
- go vet ./...
- $GOPATH/bin/goveralls -service=travis-ci
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# Gamma Ray
[![Go Report Card](https://goreportcard.com/badge/github.com/dgonzalez/gammaray)](https://goreportcard.com/report/github.com/dgonzalez/gammaray)
![Travis](https://travis-ci.org/dgonzalez/gammaray.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/dgonzalez/gammaray/badge.svg?branch=travis)](https://coveralls.io/github/dgonzalez/gammaray?branch=travis)

Gamm Ray is a software that helps developers to look for vulnerabilities on their Node.js
applications. Its pluggable infrastructure makes very easy to write an integration with
Expand Down

0 comments on commit 29e6b35

Please sign in to comment.