You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,63 @@ Here is a list of all the options understood by travis-yaml.
4
4
Note that stricitly speaking Travis CI might not have the same understanding of these as travis-yaml has at the moment, since travis-yaml is not yet being used.
5
5
6
6
### Available Options
7
+
#### `addons`
8
+
**Expected format:** Key value mapping.
9
+
10
+
#### `addons.code_climate`
11
+
**Expected format:** Key value mapping.
12
+
13
+
#### `addons.code_climate.repo_token`
14
+
**Expected format:** String or encrypted string.
15
+
16
+
#### `addons.coverty_scan`
17
+
**Expected format:** Key value mapping.
18
+
19
+
#### `addons.coverty_scan.branch_pattern`
20
+
**Expected format:** String or encrypted string.
21
+
22
+
#### `addons.coverty_scan.build_command`
23
+
**Expected format:** String or encrypted string.
24
+
25
+
#### `addons.coverty_scan.build_command_prepend`
26
+
**Expected format:** String or encrypted string.
27
+
28
+
#### `addons.coverty_scan.build_script_url`
29
+
**Expected format:** String or encrypted string.
30
+
31
+
#### `addons.coverty_scan.notification_email`
32
+
**Expected format:** String or encrypted string.
33
+
34
+
#### `addons.coverty_scan.project`
35
+
**Expected format:** Key value mapping.
36
+
37
+
#### `addons.coverty_scan.project.name`
38
+
**This setting is required!**
39
+
40
+
**Expected format:** String or encrypted string.
41
+
42
+
#### `addons.firefox`
43
+
`firefox` version to use.
44
+
45
+
**Expected format:** String.
46
+
47
+
#### `addons.hosts`
48
+
**Expected format:** List of strings; or a single string.
0 commit comments