Skip to content

Commit

Permalink
FIX: wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan committed Feb 28, 2020
1 parent f625833 commit b6fef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- go get github.com/olekukonko/tablewriter
- go get github.com/stretchr/testify/assert
- go get github.com/shirou/gopsutil
- go get -u golang.org/x/sys
- go get golang.org/x/sys/unix

script:
- go test -timeout 1m -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit b6fef6d

Please sign in to comment.