Skip to content

Commit

Permalink
Merge pull request nearform#7 from dgonzalez/travis
Browse files Browse the repository at this point in the history
travis
  • Loading branch information
dgonzalez committed Feb 21, 2018
2 parents 0ed004b + 4d32bf2 commit 446dc07
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go
go:
- 1.9

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

install:
- make install

notifications:
email: false

script:
- go test -v -race ./...
- go vet ./...
8 changes: 7 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
install:
go get github.com/golang/dep
dep ensure
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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)

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 446dc07

Please sign in to comment.