amoussard / sftp-deployment

Spend less time managing file transfers and more time coding. SFTP support for Atom.io to send and receive files directly in your server.
MIT License
76 stars 44 forks source link

Exposing coveralls secret token #51

Closed kevinsimard closed 9 years ago

kevinsimard commented 9 years ago

Is there any reason why you are exposing your private token while it should be working out-of-the-box with Travis CI. Adding the script to 'after_script' in .travis.yml should do the job without having to expose the token.

repo_token String

The secret repo token for your repository, found at the bottom of your repository's page on Coveralls. This is useful if your job is running on a service we don't support out-of-the-box. If you choose to use the repo token, a new build will be created for every job.

amoussard commented 9 years ago

Hi @kevinsimard ,

Thank you for your remark, it's the first time I use Travis and Coveralls so... I will check that !