We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d33d77b + 37731d1 commit 30e2d3dCopy full SHA for 30e2d3d
.travis.yml
@@ -5,7 +5,7 @@ install:
5
- pip install requests invoke
6
cache: pip
7
script:
8
- - true
+ - python emit.py
9
git:
10
depth: 3
11
deploy:
emit.py
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env python
2
+
3
+import time
4
+import sys
+for i in range(3):
+ print('.', end='')
+ sys.stdout.flush()
+ time.sleep(540)
0 commit comments