You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,3 +203,12 @@ $bot = new BotManager([
203
203
```
204
204
205
205
Now, the updates can be done either through the [browser](#via-browser) or [via CLI](#via-cli).
206
+
207
+
## Development
208
+
209
+
When running live bot tests on a fork, you must enter the following environment variables to your [repository settings](https://docs.travis-ci.com/user/environment-variables#Defining-Variables-in-Repository-Settings) on travis-ci.org:
210
+
```
211
+
API_KEY="12345:your_api_key"
212
+
BOT_USERNAME="username_of_your_bot"
213
+
```
214
+
It probably makes sense for you to create a new dummy bot for this.
0 commit comments