Difference between revisions of ".travis.yml"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
services: | services: | ||
+ | * https://docs.travis-ci.com/user/notifications/ | ||
− | |||
[[notifications:]] | [[notifications:]] | ||
[[slack]]: | [[slack]]: | ||
- rooms: | - rooms: | ||
- xxxxx:YYYYYY#your_channel_name | - xxxxx:YYYYYY#your_channel_name | ||
+ | |||
===How to install=== | ===How to install=== | ||
*<code>install:</code> | *<code>install:</code> |
Revision as of 12:33, 23 August 2021
os: dist: language: python: services:
notifications: slack: - rooms: - xxxxx:YYYYYY#your_channel_name
How to install
install:
install: travis_wait mvn install
install: travis_wait 30 mvn install
before_install:
script:
Related terms
See also
Advertising: