Skip to content

Commit

Permalink
Merge pull request #8 from gonum/fix-coveralls-token
Browse files Browse the repository at this point in the history
fix COVERALLS_TOKEN secure environment variable
  • Loading branch information
jonlawlor committed Feb 11, 2015
2 parents 2ed988b + 2a970d7 commit 6a37e87
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 @@ -9,7 +9,7 @@ go:

env:
global:
- secure: "ZxItEYtjI86c184sG1Eqqnv3f3o8qGK4hcElBFxh1haG4e7x+gzKWNziWJ9ZUCxNyZUlMzqCRv8+k74/BpR3n9j9+Wwf/I2x+sCPeCX/ac93+MKx37bkOdOciwrWXUy9Zebysu+n9i2dOvP2RCC8zJcr7gdEuqg1kRvHrwOzVBo="
- secure: "GYPf9iqbY/5YLmorhVxH2Q4Y8/kxF3MWxDau8Sb2QnineLAJZA2HKi4aWdZIoK8AMAJgXdHUC4Pw2jywp9nC2Q+TW1+57tp0uLLIdghuwif78oyqykhlt11ny+SUk5PAkqYmm+dCbA0kxShg1hFFfHGTTiDuWklTWomxGGICSPc="

before_install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
Expand Down

0 comments on commit 6a37e87

Please sign in to comment.