Skip to content

Commit

Permalink
Merge branch '1-cumulus-peer' of https://github.com/ubclaunchpad/cumulus
Browse files Browse the repository at this point in the history
 into 1-cumulus-peer
  • Loading branch information
bfbachmann committed May 8, 2017
2 parents 6bfe882 + db71ad5 commit 0b634f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: go
sudo: false
go:
- 1.7
- master
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test ./...
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"

log "github.com/sirupsen/logrus"
peer "github.com/ubclaunchpad/cumulus/peer"
"github.com/ubclaunchpad/cumulus/peer"
)

func main() {
Expand Down

0 comments on commit 0b634f2

Please sign in to comment.