Skip to content

Commit

Permalink
removed explorer .travis.yml from main .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denispalab authored Dec 17, 2021
1 parent 729698e commit 056f2e9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,7 @@ jobs:
# - sudo apt-get install libssl-dev libudev-dev

# docs pull request
- name: "explorer"
if: type = pull_request AND branch = master

language: node_js
node_js:
- "lts/*"

cache:
directories:
- ~/.npm

before_install:
- .travis/affects.sh explorer/ .travis || travis_terminate 0
- cd explorer

script:
- npm run build
- npm run format

- name: "docs"
if: type IN (push, pull_request) OR tag IS present
language: node_js
Expand Down

0 comments on commit 056f2e9

Please sign in to comment.