Skip to content

Commit

Permalink
travis-ci: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boivie committed Jul 9, 2015
1 parent 36776ff commit b15a631
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 @@ -11,7 +11,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
script:
- go get -t ./... && ./runconver.sh ./...
- go get -t ./... && ./runcover.sh ./...
- goveralls -coverprofile=profile.cov -service travis-ci -repotoken $COVERALLS_TOKEN
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
Expand Down

0 comments on commit b15a631

Please sign in to comment.