Skip to content

Commit

Permalink
chore: moves the coverage script into a hidden folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aubm committed May 17, 2017
1 parent 251c411 commit 32c3b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- ./scripts/coverage --coveralls
- ./.scripts/coverage --coveralls
before_deploy:
- go get github.com/mitchellh/gox
- gox
Expand Down

0 comments on commit 32c3b29

Please sign in to comment.