17 lines
361 B
YAML
Executable File
17 lines
361 B
YAML
Executable File
# This is a travis-ci.org continuous integration configuration file.
|
|
language: node_js
|
|
node_js:
|
|
- 12
|
|
|
|
cache:
|
|
npm: true
|
|
directories:
|
|
- travis_cache
|
|
|
|
before_install:
|
|
- npm install remark-cli remark-validate-links
|
|
|
|
script:
|
|
- git clone https://github.com/VoronDesign/GithubScripts.git .github_scripts
|
|
- /bin/bash ./.github_scripts/travis/ci-build.sh
|