Browse Source

ci: use customized ci image

Evan You 7 năm trước cách đây
mục cha
commit
19008ecd12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -3,7 +3,7 @@ version: 2
 defaults: &defaults
   working_directory: ~/project/vue
   docker:
-    - image: circleci/node:6-browsers
+    - image: vuejs/ci
 
 jobs:
   install: