8000 feat: travis ci $CI flag · lstwzd/python-for-android@1ea1982 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ea1982

Browse files
committed
feat: travis ci $CI flag
That commit message ^^
1 parent 9035287 commit 1ea1982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ before_script:
3232

3333
script:
3434
- docker build --tag=p4a --file Dockerfile.py3 .
35-
- docker run p4a /bin/sh -c "$COMMAND"
35+
- docker run -e CI p4a /bin/sh -c "$COMMAND"

0 commit comments

Comments
 (0)
0