Skip to content

Commit

Permalink
fix after_sucess typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerod Bury committed Nov 22, 2016
1 parent 75922f6 commit 963d2b6
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 @@ -12,5 +12,5 @@ install:
- glide install
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_succes:
after_success:
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 963d2b6

Please sign in to comment.