Skip to content

Commit 3e9b857

Browse files
dhermesJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Send the coverage report to coveralls in gae env. (googleapis#560)
1 parent ceafaa7 commit 3e9b857

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
@@ -29,7 +29,7 @@ install:
2929
script:
3030
- ./scripts/run.sh
3131
after_success:
32-
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
32+
- if [[ "${TOX_ENV}" == "gae" ]]; then tox -e coveralls; fi
3333
notifications:
3434
email: false
3535

0 commit comments

Comments
 (0)