Difference between revisions of ".travis.yml"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
  services:
 
  services:
  
 +
* https://docs.travis-ci.com/user/notifications/
  
* 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===
 
*<code>install:</code>
 
  
*<code>install: travis_wait [[mvn install]]</code>
+
== How to install ==
*<code>install: travis_wait 30 mvn install</code>
+
* <code>install:</code>
  
*<code>before_install:</code>
+
* <code>install: [[travis_wait]] [[mvn install]]</code>
 +
* <code>install: travis_wait 30 mvn install</code>
 +
 +
* <code>before_install:</code>
  
*<code>script:</code>
+
* <code>script:</code>
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 17:46, 10 April 2022

Advertising: