mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-26 00:44:05 +02:00
Remove Travis CI configuration
This commit is contained in:
parent
7e3ca9c540
commit
59c293a706
1 changed files with 0 additions and 21 deletions
21
.travis.yml
21
.travis.yml
|
@ -1,21 +0,0 @@
|
||||||
dist: bionic
|
|
||||||
sudo: false
|
|
||||||
language: node_js
|
|
||||||
|
|
||||||
node_js: stable
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
git:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm test
|
|
||||||
- bash scripts/build.sh
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: script
|
|
||||||
script: bash scripts/deploy.sh
|
|
||||||
skip_cleanup: true
|
|
||||||
on:
|
|
||||||
repo: tldr-pages/tldr
|
|
||||||
branch: master
|
|
Loading…
Add table
Reference in a new issue