Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d36db2f

Browse files
authored
Testing env var
1 parent 5a71159 commit d36db2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ install:
1313
- conda activate etherscan-python
1414
- pip install .
1515
script:
16-
- bash run_tests.sh
17-
- bash <(curl -s https://codecov.io/bash)
16+
- echo SECRET
17+
- echo $secrets.EMPTY_SECRET
18+
#- bash run_tests.sh
19+
#- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)