Skip to content

Commit c63790a

Browse files
add COVERALLS_PARALLEL=true to coveralls run
1 parent 06742e8 commit c63790a

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
@@ -38,7 +38,7 @@ script:
3838
--cov=plexapi --cov-append
3939

4040
after_success:
41-
- coveralls
41+
- COVERALLS_PARALLEL=true coveralls
4242

4343
after_script:
4444
- '[ -z "${PLEXAPI_AUTH_MYPLEX_USERNAME}" ] || PYTHONPATH="$PWD:$PYTHONPATH" python -u tools/plex-teardowntest.py'

0 commit comments

Comments
 (0)