forked from markosamuli/macos-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
machine.travis.yaml
60 lines (46 loc) · 991 Bytes
/
machine.travis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# -*- mode: yaml -*-
# vim:ts=2:sw=2:ai:si:syntax=yaml
---
# Do not fix permissions
user_home_fix_permissions: false
# Do not install Hazel automation tool
install_hazel: false
# Do not install Google Drive File Stream
install_gdfs: false
# Do not install Slack
install_slack: false
# Do not install Vagrant or VirtualBox
install_vagrant: false
# Install Hammerspoon automation tool
install_hammerspoon: true
# Install Docker
install_docker: true
# Install Packer
install_packer: true
# Install Certbot
install_certbot: true
# Install nmap
install_nmap: true
# Install Lua programming language
install_lua: true
# Install asdf-vm
install_asdf: true
# Install doctl with Homebrew
install_doctl: true
# Install asdf plugins
asdf_plugins:
- name: kubectl
versions:
- "1.14.2"
- name: helm
versions:
- "2.14.0"
- name: concourse
versions:
- "5.2.0"
- name: packer
versions:
- "1.4.1"
- name: minikube
versions:
- "1.1.0"