-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.travis.yml
289 lines (218 loc) · 13.6 KB
/
.travis.yml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
language: c
sudo: false
dist: trusty
branches:
except:
- gh-pages
git:
submodules: false
cache:
directories:
- $HOME/.cabal/packages
- $HOME/.cabal/store
before_cache:
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.*
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/*.json
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.cache
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx
before_install:
- source script/travis.sh
- terrafomo_trap terrafomo_before_install
install:
- terrafomo_trap terrafomo_install
script:
- terrafomo_trap terrafomo_script
after_script:
- terrafomo_trap terrafomo_after_script
before_cache:
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.tar
matrix:
include:
# GENERATED
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=terrafomo
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=terrafomo-gen
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=terrafomo-example
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-alicloud
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-aws
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-azurerm
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-bitbucket
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-builtins
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-centurylinkcloud
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-chef
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-circonus
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-cloudflare
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-cloudstack
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-cobbler
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-consul
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-datadog
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-digitalocean
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-dnsimple
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-dnsmadeeasy
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-docker
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-dyn
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-fastly
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-github
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-gitlab
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-google
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-grafana
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-heroku
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-icinga2
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-ignition
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-influxdb
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-kubernetes
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-librato
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-logentries
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-logicmonitor
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-mailgun
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-mysql
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-newrelic
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-nomad
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-ns1
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-oneandone
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-opc
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-openstack
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-opsgenie
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-ovh
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-packet
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-pagerduty
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-postgresql
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-powerdns
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-profitbricks
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-rabbitmq
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-rancher
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-rundeck
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-scaleway
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-softlayer
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-spotinst
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-statuscake
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-triton
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-ultradns
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-vault
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-vcloud-director
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 PACKAGE=provider/terrafomo-vsphere
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
# END GENERATED