uncomment .travis.yml

This commit is contained in:
joeaba 2021-09-30 01:06:47 +05:30 committed by GitHub
parent a3feb1d16a
commit e3d80c2695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

View File

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

26
.travis.yml Normal file
View File

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