This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
lesspass
огледало од
https://github.com/lesspass/lesspass.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
67
Вики
Activity
Преглед изворни кода
Try another solution for travis bug
pull/426/head
Guillaume Vincent
пре 5 година
родитељ
9cfa51da3f
комит
cc8903618c
1 измењених фајлова
са
10 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-2
.travis.yml
+ 10
- 2
.travis.yml
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај