Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Regenerate Coveralls token.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed Feb 19, 2015
1 parent 7200293 commit 4bff470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go:
- tip
env:
global:
- secure: "APob97hNJ9w1261R94XWXsD4+P7wCKAT34S42tY9t/oyuDbCcv9BmVhX3dYl/YLLKbEPfa/W1uUMVAZuZre49vhICBWetGcj3qL2xt7OOhkGL2Jj8bFgb/NoszBkr2qUVT2CDflipeSi7sPliB/kqGzx+ILzBNa/No9EyRj3tNQ="
- secure: "aTmOO1+7Jgp57/CfTOka1tu+yLXfKQtnbKyuSJZ692KaAyo7ebJJW7yXGrDshD/2Dk2r5REehBBQEnLoWhBxrs91XZ3RVQM16w9AzDuIZ4JMC04RMgMcXy9CBI769AA1ueT3e1V+4H8B6yCpVKwNUXSEXdx2aEvOs7RYSFjfhv4="
services:
- memcached
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ html-server-cov: coverage.server.html

# Upload full coverage profile to Coveralls.
travis-cov: coverage.out check-cov
goveralls -coverprofile=$< -service=travis-ci -repotoken $(COVERALLS_TOKEN)
@goveralls -coverprofile=$< -service=travis-ci -repotoken $(COVERALLS_TOKEN)

clean-cov:
rm -rf $(COVER_PATH)
Expand Down

0 comments on commit 4bff470

Please sign in to comment.