Difference between revisions of ".travis.yml"

From wikieduonline
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>
  
install:
+
*<code>install: travis_wait [[mvn install]]</code>
 +
*<code>install: travis_wait 30 mvn install</code>
  
install: travis_wait [[mvn install]]
+
*<code>before_install:</code>
install: travis_wait 30 mvn install
 
  
before_install:
+
*<code>script:</code>
 
 
script:
 
  
 
== 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: