Browse Source

update travis

Aykut Saraç 3 năm trước cách đây
mục cha
commit
463dca300a
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -6,14 +6,13 @@ branches:
   - main
 cache:
   directories:
-    - node_modules
-    - .next
+  - node_modules
 script:
   - npm run test
   - npm run build
 deploy:
   provider: pages
-  cleanup: true
+  skip_cleanup: true
   local_dir: out
   token: $GITHUB_TOKEN
   target_branch: gh-pages