Skip to content

Commit e55fa51

Browse files
authored
Merge pull request #2423 from jayvdb/patch-3
Update job-lifecycle.md: use install: skip
2 parents d60adfe + c2b52e3 commit e55fa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/job-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also use `apt-get` or `snap` to [install dependencies](/user/installing-
7070
Skip the installation step entirely by adding the following to your `.travis.yml`:
7171

7272
```yaml
73-
install: true
73+
install: skip
7474
```
7575
{: data-file=".travis.yml"}
7676

0 commit comments

Comments
 (0)