Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
heuzef
/
lesspass
şunun yansıması
https://github.com/lesspass/lesspass.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
67
Wiki
Aktivite
Kaynağa Gözat
Try another solution for travis bug
pull/426/head
Guillaume Vincent
5 yıl önce
ebeveyn
9cfa51da3f
işleme
cc8903618c
1 değiştirilmiş dosya
ile
10 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+10
-2
.travis.yml
+ 10
- 2
.travis.yml
Dosyayı Görüntüle
@@ -64,8 +64,11 @@ jobs:
script:
- "./test.sh"
- stage: deploy
if: tag IS present
language: python
name: Deploy cli
python:
- '3.4'
script: skip
before_deploy: cd cli
deploy:
provider: pypi
@@ -75,4 +78,9 @@ jobs:
on:
tags: true
all_branches: true
condition: $TRAVIS_TAG =~ ^cli*
condition: $TRAVIS_TAG =~ ^cli.*$
stages:
- name: test
- name: deploy
if: tag IS present
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet