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: user/reference/overview.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Travis CI supports two virtualization types for Linux builds: ‘full VM’ and
23
23
24
24
This is sudo enabled, full virtual machine per build, that runs Linux
25
25
26
-
*Spins up slower (increased build time compared to LXD container) yet without any [limitations](/user/reference/overview/#linux-security-and-lxd-container).
26
+
*Slow spin-up (increased build time compared to LXD container) yet without any [limitations](/user/reference/overview/#linux-security-and-lxd-container).
27
27
* It has a fixed amount of vCPUs and RAM assigned.
28
28
29
29
#### LXD container
@@ -42,7 +42,7 @@ Use full VM only if LXD is not available or you need
42
42
* specific system call interception
43
43
* hugepages support (subject to changes on short notice)
44
44
45
-
Below table sums up available Ubuntu environments and virtualization type per CPU architecture:
45
+
The table below sums up the available Ubuntu environments and virtualization type per CPU architecture:
46
46
47
47
| Ubuntu version | Linux Virtualization Type |
48
48
| :------------------- | :--------------------- |
@@ -53,8 +53,7 @@ Below table sums up available Ubuntu environments and virtualization type per CP
53
53
|[Ubuntu Precise 12.04](/user/reference/precise/)|`arch: amd64`: full VM only, default option |
54
54
55
55
56
-
LXD compliant OS images for arm64 are run on [AWS](https://aws.amazon.com/) and in [Packet](https://www.packet.com/). LXD compliant OS images for IBM Power and Z are run in [IBM Cloud](https://www.ibm.com/cloud). Have a look at [Building on Multiple CPU Architectures](/user/multi-cpu-architectures) for more information.
57
-
56
+
LXD compliant OS images for arm64 are run on [AWS](https://aws.amazon.com/) and in [Packet](https://www.packet.com/). LXD compliant OS images for IBM Power and Z are run in [IBM Cloud](https://www.ibm.com/cloud). For more information see [Building on Multiple CPU Architectures](/user/multi-cpu-architectures).
58
57
59
58
You can select Linux virtualization type by setting a `virt` tag to either `vm` or `lxd`. See relevant `.travis.yml` examples [below](/user/reference/overview/#for-a-particular-travisyml-configuration).
0 commit comments