Commit 17b4563 1 parent bf8ac87 commit 17b4563 Copy full SHA for 17b4563
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -78,24 +78,24 @@ jobs:
78
78
# - sudo apt-get install libssl-dev libudev-dev
79
79
80
80
# 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
83
83
84
- language : node_js
85
- node_js :
86
- - " lts/*"
84
+ # language: node_js
85
+ # node_js:
86
+ # - "lts/*"
87
87
88
- cache :
89
- directories :
90
- - ~/.npm
88
+ # cache:
89
+ # directories:
90
+ # - ~/.npm
91
91
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
95
95
96
- script :
97
- - npm run build
98
- - npm run format
96
+ # script:
97
+ # - npm run build
98
+ # - npm run format
99
99
- name : " docs"
100
100
if : type IN (push, pull_request) OR tag IS present
101
101
language : node_js
You can’t perform that action at this time.
0 commit comments