Skip to content

Commit 62526f1

Browse files
committed
try again
1 parent c2098ed commit 62526f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/build_all.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
home = str(Path.home())
99

1010
exit_status = 0
11+
12+
travis = False
13+
if "TRAVIS" in os.environ and os.environ["TRAVIS"] == "true":
14+
travis = True
15+
1116
success_count = 0
1217
fail_count = 0
1318

0 commit comments

Comments
 (0)