1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 19:42:42 +03:00
This commit is contained in:
Eugene Pankov 2019-03-07 22:38:05 +01:00
parent cf6a7d10b3
commit af792399da

View File

@ -1,5 +1,5 @@
language: node_js language: node_js
node_js: 10 node_js: 11
stages: stages:
- Build - Build
@ -40,7 +40,7 @@ jobs:
- yarn run docs - yarn run docs
- rsync -e "ssh -o StrictHostKeyChecking=no" -arv docs/api/ root@ajenti.org:/srv/terminus-docs/ - rsync -e "ssh -o StrictHostKeyChecking=no" -arv docs/api/ root@ajenti.org:/srv/terminus-docs/
dist: trusty dist: xenial
sudo: false sudo: false
addons: addons: