FormidableLabs / appr

Open React Native PR Builds instantly on device
MIT License
381 stars 38 forks source link

Missing configuration key error #31

Closed Chr1stian closed 6 years ago

Chr1stian commented 6 years ago

Hi, would be great if anyone could help me. I have followed all the steps but I get an error when building with Travis.

xxxxx/node_modules/appr/scripts/config.js:20 throw new Error(Missing configuration key ${key}); ^ Error: Missing configuration key expUsername

This is the pull request/repo I am working on for reference: https://github.com/TK-data/it2901-15/pull/18

Thanks!

jevakallio commented 6 years ago

@Chr1stian you'll need to set the following Travis environment variables as described in the readme:

Chr1stian commented 6 years ago

Thanks you for extremely fast response. I apparently stopped reading after "Enable Travis", since this was already done on my project. Sorry! and thanks again!

jevakallio commented 6 years ago

No worries!