Skip to content

Commit b964a61

Browse files
authored
fixed docker build error (#1197)
1 parent bbeec9d commit b964a61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ rvm: 2.6.5
77

88
script: "bundle exec rake knapsack:rspec"
99

10-
addons:
11-
- snaps:
12-
- name: docker
13-
channel: latest/beta
1410

1511
env:
1612
global:
@@ -35,6 +31,10 @@ before_install:
3531
jobs:
3632
include:
3733
- stage: ":ship: it to Quay.io"
34+
addons:
35+
- snaps:
36+
- name: docker
37+
channel: latest/stable
3838
install: echo skip
3939
before_script: echo skip
4040
script: make ship

0 commit comments

Comments
 (0)