Difference between revisions of ".travis.yml"
Jump to navigation
Jump to search
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | os: | ||
+ | dist: | ||
+ | language: | ||
+ | python: | ||
+ | services: | ||
+ | * https://docs.travis-ci.com/user/notifications/ | ||
+ | [[notifications:]] | ||
+ | [[slack]]: | ||
+ | - rooms: | ||
+ | - xxxxx:YYYYYY#your_channel_name | ||
+ | == How to install == | ||
+ | * <code>install:</code> | ||
− | * <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 == | ||
+ | {{CI files TOC}} | ||
+ | * [[YAML]] | ||
== See also == | == See also == |
Latest revision as of 17:46, 10 April 2022
os: dist: language: python: services:
notifications: slack: - rooms: - xxxxx:YYYYYY#your_channel_name
How to install[edit]
install:
install: travis_wait mvn install
install: travis_wait 30 mvn install
before_install:
script:
Related terms[edit]
See also[edit]
Advertising: