Browse Source

closed explorer travis.yml after giving workflow permisssion in github action

axleiro 3 years ago
parent
commit
17b4563a6f
1 changed files with 14 additions and 14 deletions
  1. 14 14
      .travis.yml

+ 14 - 14
.travis.yml

@@ -78,24 +78,24 @@ jobs:
     #    - sudo apt-get install libssl-dev libudev-dev
     #    - sudo apt-get install libssl-dev libudev-dev
 
 
     # docs pull request
     # docs pull request
-    - name: "explorer"
-      if: type = pull_request AND branch = master
+#     - name: "explorer"
+#       if: type = pull_request AND branch = master
 
 
-      language: node_js
-      node_js:
-        - "lts/*"
+#       language: node_js
+#       node_js:
+#         - "lts/*"
 
 
-      cache:
-        directories:
-          - ~/.npm
+#       cache:
+#         directories:
+#           - ~/.npm
 
 
-      before_install:
-        - .travis/affects.sh explorer/ .travis || travis_terminate 0
-        - cd explorer
+#       before_install:
+#         - .travis/affects.sh explorer/ .travis || travis_terminate 0
+#         - cd explorer
 
 
-      script:
-        - npm run build
-        - npm run format
+#       script:
+#         - npm run build
+#         - npm run format
     - name: "docs"
     - name: "docs"
       if: type IN (push, pull_request) OR tag IS present
       if: type IN (push, pull_request) OR tag IS present
       language: node_js
       language: node_js