Difference between revisions of ".travis.yml"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
os:
 +
dist:
 +
language:
 +
python:
 +
services:
  
 
* https://docs.travis-ci.com/user/notifications/
 
* https://docs.travis-ci.com/user/notifications/
 +
 
  [[notifications:]]
 
  [[notifications:]]
 
   [[slack]]:
 
   [[slack]]:
Line 6: Line 12:
 
         - xxxxx:YYYYYY#your_channel_name
 
         - xxxxx:YYYYYY#your_channel_name
  
install:
+
== How to install ==
 +
* <code>install:</code>
  
install: travis_wait [[mvn install]]
+
* <code>install: [[travis_wait]] [[mvn install]]</code>
install: travis_wait 30 mvn install
+
* <code>install: travis_wait 30 mvn install</code>
 +
 +
* <code>before_install:</code>
  
before_install:
+
* <code>script:</code>
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 17:46, 10 April 2022

Advertising: