Conversation
|
Can you guys help me out with the build failure? I'm confused. Am I supposed to set |
|
@jivagoalves indeed you need to set up 5 environment vars to run the tests, but on the travis file you will see them as env: global and each var after secure... i'm not sure why it's not reading the travis file when using docker containers |
|
@juanpaucar thanks for your help! I understand we need to set the env vars locally in order to run the specs. However, I believe travis will do that for us in the build as you said. I don't think travis is running any docker container because they are using ubuntu as worker while the docker image I'm using is based from debian. I'll take another look later when I get a chance. Thanks! |
No description provided.