File tree Expand file tree Collapse file tree 7 files changed +32
-4
lines changed Expand file tree Collapse file tree 7 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,7 @@ packages:
39
39
- kwalify
40
40
remote_pkgs :
41
41
zoom : ' https://zoom.us/client/latest/zoom_x86_64.rpm'
42
+
43
+ # Override the default setting to prevent wasteful delays in Travis
44
+ retry_options :
45
+ attempts : 1
Original file line number Diff line number Diff line change @@ -33,5 +33,9 @@ packages:
33
33
- diff-lcs
34
34
- kitchen-vagrant
35
35
- kwalify
36
- # remote_pkgs:
37
- # zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
36
+ # remote_pkgs:
37
+ # zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
38
+
39
+ # Override the default setting to prevent wasteful delays in Travis
40
+ retry_options :
41
+ attempts : 1
Original file line number Diff line number Diff line change @@ -140,3 +140,7 @@ packages:
140
140
141
141
remote_pkgs :
142
142
zoom : ' https://zoom.us/client/latest/zoom_amd64.deb'
143
+
144
+ # Override the default setting to prevent wasteful delays in Travis
145
+ retry_options :
146
+ attempts : 1
Original file line number Diff line number Diff line change @@ -36,3 +36,7 @@ packages:
36
36
- kwalify
37
37
remote_pkgs :
38
38
zoom : ' https://zoom.us/client/latest/zoom_x86_64.rpm'
39
+
40
+ # Override the default setting to prevent wasteful delays in Travis
41
+ retry_options :
42
+ attempts : 1
Original file line number Diff line number Diff line change @@ -26,5 +26,9 @@ packages:
26
26
- diff-lcs
27
27
- kitchen-vagrant
28
28
- kwalify
29
- # remote_pkgs:
30
- # zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
29
+ # remote_pkgs:
30
+ # zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
31
+
32
+ # Override the default setting to prevent wasteful delays in Travis
33
+ retry_options :
34
+ attempts : 1
Original file line number Diff line number Diff line change @@ -39,3 +39,7 @@ packages:
39
39
- kwalify
40
40
remote_pkgs :
41
41
zoom : ' https://zoom.us/client/latest/zoom_x86_64.rpm'
42
+
43
+ # Override the default setting to prevent wasteful delays in Travis
44
+ retry_options :
45
+ attempts : 1
Original file line number Diff line number Diff line change @@ -109,3 +109,7 @@ packages:
109
109
clean :
110
110
- github.com/golang/example/hello
111
111
- github.com/golang/example/outyet
112
+
113
+ # Override the default setting to prevent wasteful delays in Travis
114
+ retry_options :
115
+ attempts : 1
You can’t perform that action at this time.
0 commit comments