Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
lesspass
mirror da
https://github.com/lesspass/lesspass.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
67
Wiki
Attività
Sfoglia il codice sorgente
Try another solution for travis bug
pull/426/head
Guillaume Vincent
5 anni fa
parent
9cfa51da3f
commit
cc8903618c
1 ha cambiato i file
con
10 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+10
-2
.travis.yml
+ 10
- 2
.travis.yml
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva