Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
lesspass
espelho de
https://github.com/lesspass/lesspass.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
67
Wiki
Trabalho
Ver a proveniência
Try another solution for travis bug
pull/426/head
Guillaume Vincent
há 5 anos
ascendente
9cfa51da3f
cometimento
cc8903618c
1 ficheiros alterados
com
10 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+10
-2
.travis.yml
+ 10
- 2
.travis.yml
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar