Skip to content

Commit 2ee6516

Browse files
committed
debug
1 parent a5ad9dd commit 2ee6516

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ script:
2020

2121
jobs:
2222
include:
23+
- stage: debug
24+
script:
25+
- echo ${TRAVIS_TAG}
26+
- ls -la .
27+
2328
- stage: upload test coverage
2429
install:
2530
- pip install pytest pytest-cov codecov
@@ -63,6 +68,7 @@ jobs:
6368
- zip python-sasctl.zip
6469
deploy:
6570
provider: releases
71+
name: ${TRAVIS_TAG}
6672
api_key: $GITHUB_TOKEN
6773
file:
6874
- python-sasctl.zip

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a href="https://www.python.org/">
2+
<img src="https://img.shields.io/badge/Python-3+-blue.svg?&style=for-the-badge&colorA=254f73" alt="Python Version">
3+
</a>
4+
15
# sasctl
26

37
## Overview

0 commit comments

Comments
 (0)