Delete .travis.yml
This commit is contained in:
parent
ae46261f06
commit
5c3dee465a
17
.travis.yml
17
.travis.yml
|
|
@ -1,17 +0,0 @@
|
|||
# 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
|
||||
|
||||
Loading…
Reference in New Issue