Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 9c8b687

Browse files
build: run coveralls only on *nix
1 parent 6f10bba commit 9c8b687

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
@@ -13,7 +13,7 @@ install:
1313
script:
1414
- npm run lint
1515
- npm test
16-
- npm run coveralls
16+
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then npm run coveralls; fi
1717
- npm run integration
1818
cache:
1919
directories:

0 commit comments

Comments
 (0)