Skip to content

Commit

Permalink
Adding -f option to curl commands in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafe Colton committed Nov 11, 2014
1 parent 5fcfae7 commit e9aa264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
secure: c7vypIwUrULhJEOWAgczDgayp/Z9zwuOmtOT36IrPrkCwNPq/0OmfKQHRqrl79XGYVhLcNlmIkILSFqfxxlFIOeIJ7WX0fRn9lOfJ10wNsJNE7DOPs1fhdTWqaNCoFd4mV9rQ8sQX6/JoLMAL8U69ni8an94uvwGExf0zre8g4M=
install:
- go get -d ./...
- curl -sLO https://raw.githubusercontent.com/rafecolton/fmtpolice/master/fmtpolice && chmod +x fmtpolice
- curl -sLO https://raw.githubusercontent.com/rafecolton/fmtpolice/master/coverage && chmod +x coverage
- curl -sLOf https://raw.githubusercontent.com/rafecolton/fmtpolice/master/fmtpolice && chmod +x fmtpolice
- curl -sLOf https://raw.githubusercontent.com/rafecolton/fmtpolice/master/coverage && chmod +x coverage
- go get -u code.google.com/p/go.tools/cmd/cover || go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/axw/gocov/gocov github.com/mattn/goveralls
script:
Expand Down

0 comments on commit e9aa264

Please sign in to comment.