Skip to content

Commit

Permalink
Remove the mkdir for test_output since it is now on git
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Apr 13, 2017
1 parent 2c452a1 commit 7061512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ before_install:
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- mkdir test_output
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -package github.com/ChristopherRabotin/gokalman -coverprofile=coverage.out -service=travis-ci
env:
Expand Down

0 comments on commit 7061512

Please sign in to comment.