Explorar o código

update travis

Aykut Saraç %!s(int64=3) %!d(string=hai) anos
pai
achega
463dca300a
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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