Difference between revisions of ".travis.yml"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 11: | Line 11: | ||
- rooms: | - rooms: | ||
- xxxxx:YYYYYY#your_channel_name | - xxxxx:YYYYYY#your_channel_name | ||
+ | ===How to install=== | ||
+ | *<code>install:</code> | ||
− | + | *<code>install: travis_wait [[mvn install]]</code> | |
+ | *<code>install: travis_wait 30 mvn install</code> | ||
− | + | *<code>before_install:</code> | |
− | |||
− | + | *<code>script:</code> | |
− | |||
− | |||
== Related terms == | == Related terms == |
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: