Using secret api keys on travis-ci

前端 未结 4 580
无人共我
无人共我 2020-11-30 18:41

I\'d like to use travis-ci for one of my projects.

The project is an API wrapper, so many of the tests rely on the use of secret API keys. To test locally, I just st

4条回答
  •  春和景丽
    2020-11-30 19:22

    Use a different set of API keys and do it the same way. Your travis box gets setup for your build run and then completely torn down again after your build has finished. You have root access to your box during the build, so you can do whatever you want with it.

提交回复
热议问题