mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 02:55:41 +02:00
Using new travis token
This commit is contained in:
parent
e028de28fa
commit
ec85c43723
2 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- stable
|
||||||
|
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
@ -16,3 +14,4 @@ after_failure:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: ewQMcFd3wH8IHOeGhIkBr2kAgadONmesv2KB+9bPRCZ5gvtFFwlkCMdPnQBR9Kd3GKC8r+EO0JNNFWOvrDjPYhEHi9Ab26Q/qodwfwne9YloKXT+C48Zrbrj8q7kb/FeMYPev+RMuM96j5E5QyqBVohGP7hC2bpU3mvAhQ2wBCE=
|
- secure: ewQMcFd3wH8IHOeGhIkBr2kAgadONmesv2KB+9bPRCZ5gvtFFwlkCMdPnQBR9Kd3GKC8r+EO0JNNFWOvrDjPYhEHi9Ab26Q/qodwfwne9YloKXT+C48Zrbrj8q7kb/FeMYPev+RMuM96j5E5QyqBVohGP7hC2bpU3mvAhQ2wBCE=
|
||||||
|
- secure: AJPra/q3bCFHzMOam1aFz4tzasYuU261Mk6lISh1VJatibHa7nBErsuA3VbR5qth9LblH5HFmNGl4bwmas/PTD1P3lPAHO19gdlMb1kpS9MhTojQP/0EPCsyMTgnWcmNMU2XMvYGHFT0JFn4vj/0TrM9CUMDoT9WhtnVJfgRrlY=
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
|
|
||||||
- Display the file system and its disk usage containing the given file or folder:
|
- Display the file system and its disk usage containing the given file or folder:
|
||||||
|
|
||||||
`df {{/path/to/file_or_folder}}`
|
`df {{path/to/file_or_folder}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue