commented .travis.yml

This commit is contained in:
joeaba 2021-09-29 17:12:29 +05:30 committed by GitHub
parent 85d928f931
commit fbc2ed6eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 21 deletions

View File

@ -1,26 +1,26 @@
dist: bionic # dist: bionic
sudo: required # sudo: required
branches: # branches:
only: # only:
- master # - master
notifications: # notifications:
email: false # email: false
jobs: # jobs:
include: # include:
# docs pull request or commit to master # # docs pull request or commit to master
- name: "Build Docs" # - name: "Build Docs"
if: type IN (push, pull_request) AND branch = master # if: type IN (push, pull_request) AND branch = master
language: node_js # language: node_js
node_js: # node_js:
- "node" # - "node"
before_install: # before_install:
- .travis/affects.sh docs/ .travis || travis_terminate 0 # - .travis/affects.sh docs/ .travis || travis_terminate 0
- cd docs/ # - cd docs/
- source .travis/before_install.sh # - source .travis/before_install.sh
script: # script:
- source .travis/script.sh # - source .travis/script.sh