Skip to content

Commit 91416a1

Browse files
authored
Update .travis.yml (#216)
1 parent 7c07db4 commit 91416a1

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
@@ -42,5 +42,5 @@ script:
4242
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pytest -v --pyargs numcodecs; fi
4343

4444
after_success:
45-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then coveralls; fi
45+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then coveralls --service=travis-pro; fi
4646

0 commit comments

Comments
 (0)