Skip to content

Commit 17b4563

Browse files
authored
closed explorer travis.yml after giving workflow permisssion in github action
1 parent bf8ac87 commit 17b4563

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,24 @@ jobs:
7878
# - sudo apt-get install libssl-dev libudev-dev
7979

8080
# docs pull request
81-
- name: "explorer"
82-
if: type = pull_request AND branch = master
81+
# - name: "explorer"
82+
# if: type = pull_request AND branch = master
8383

84-
language: node_js
85-
node_js:
86-
- "lts/*"
84+
# language: node_js
85+
# node_js:
86+
# - "lts/*"
8787

88-
cache:
89-
directories:
90-
- ~/.npm
88+
# cache:
89+
# directories:
90+
# - ~/.npm
9191

92-
before_install:
93-
- .travis/affects.sh explorer/ .travis || travis_terminate 0
94-
- cd explorer
92+
# before_install:
93+
# - .travis/affects.sh explorer/ .travis || travis_terminate 0
94+
# - cd explorer
9595

96-
script:
97-
- npm run build
98-
- npm run format
96+
# script:
97+
# - npm run build
98+
# - npm run format
9999
- name: "docs"
100100
if: type IN (push, pull_request) OR tag IS present
101101
language: node_js

0 commit comments

Comments
 (0)