Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Nov 18, 2018
1 parent 9a57952 commit 58be3cf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ go:
- 1.9
- tip

env:
- OOGOPATH=no

before_install:
- make setup get

Expand Down
2 changes: 1 addition & 1 deletion cmd/regenea/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func doReportCommand(ctxt *cli.Context) error {
return err
}

return stats.Process(tree, os.Stdout, func(v interface{}) ([]byte, error) {
return report.Process(tree, os.Stdout, func(v interface{}) ([]byte, error) {
return json.MarshalIndent(v, "", " ")
})
}
1 change: 1 addition & 0 deletions genea/json/placeholder_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package json
1 change: 1 addition & 0 deletions report/placeholder_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package report
2 changes: 1 addition & 1 deletion report/process.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package stats
package report

import (
"io"
Expand Down
1 change: 1 addition & 0 deletions report/procs/placeholder_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package procs

0 comments on commit 58be3cf

Please sign in to comment.