Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | .travis.yml: Update webhook URL |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
305688321ec5a1b360a44965f6a78bad |
| User & Date: | js 2020-03-21 12:09:11.000 |
Context
|
2020-03-22
| ||
| 15:51 | ofhttp: Print the HTTP status code on error check-in: 9c506fc995 user: js tags: trunk | |
|
2020-03-21
| ||
| 12:09 | .travis.yml: Update webhook URL check-in: 305688321e user: js tags: trunk | |
|
2020-03-09
| ||
| 00:54 | of_asprintf.m: Small optimization check-in: e0b659378f user: js tags: trunk | |
Changes
Changes to .travis.yml.
| ︙ | ︙ | |||
363 364 365 366 367 368 369 |
build ac_cv_prog_wiiload= --host=powerpc-eabi --with-wii;
fi
notifications:
webhooks:
urls:
| | | 363 364 365 366 367 368 369 370 371 372 373 |
build ac_cv_prog_wiiload= --host=powerpc-eabi --with-wii;
fi
notifications:
webhooks:
urls:
- "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MGpzJTNBbmlsLmltLyUyMUZZSVhDS2dOZlltd2Z4ZFJkZiUzQW5pbC5pbQ"
on_success: always
on_failure: always
on_start: never
|