이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
lesspass
의 미러
https://github.com/lesspass/lesspass.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
67
위키
활동
소스 검색
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
쓰기
미리보기
불러오는 중...
취소
저장