Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johandroz committed Jan 11, 2018
1 parent f3829aa commit 29ced6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ language: go
sudo: false
go:
- tip
env:
- TEST_DIR=service/keys/component
- TEST_DIR=service/keys/endpoint
- TEST_DIR=service/keys/module
- TEST_DIR=service/keys/transport
before_install:
- go get github.com/mattn/goveralls
- go get github.com/golang/dep/cmd/dep
install:
- $GOPATH/bin/dep ensure -v
script: cd $TEST_DIR && npm install && npm test
script:
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 29ced6d

Please sign in to comment.