How to use travis-ci's .travis.yml to provide environment parameters for Node.js Application?

前端 未结 2 1331
名媛妹妹
名媛妹妹 2021-02-09 20:30

I use travis-ci to test my node.js application. Because the application need users login with Access Key and Secret Key to test, I need to specify these two keys in travis-ci\'s

2条回答
  •  情话喂你
    2021-02-09 21:18

    Read here (Using Environment Variables with Travis-CI!) --> https://github.com/dwyl/learn-environment-variables#using-environment-variables-with-travis-ci-

    Also, to learn more about Travis, read here (Learn Travis) --> https://github.com/dwyl/learn-travis

提交回复
热议问题