Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to travis for opening repo #17

Merged
merged 2 commits into from
Jan 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ go:

env:
global:
# Repository token for code coverage reports. Can be regenerated is nesesary.
# Token is defined per github repository, generated by coveralls.io
# Not needed for public repository.
- COVERALLS_TOKEN=Sy7G64BW58AygE8XTKRbEDeDdZr0EXsCK

# Should be encrypted or set as private travis variables (in travis settings):
# - AWS_S3_ACCESS_KEY_ID=''
# - AWS_S3_SECRET_ACCESS_KEY=''
Expand Down Expand Up @@ -97,8 +92,7 @@ after_success:
- gover

# Send code coverage report to coveralls.io
# Requires COVERALLS_TOKEN environment variable set.
- goveralls -service=travis-pro -coverprofile=gover.coverprofile
- goveralls -service=travis-ci -coverprofile=gover.coverprofile

# Make build directory and copy all artifacts to this directory.
- mkdir build
Expand Down