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

Commit ac79c24

Browse files
build: run coveralls only on osx
1 parent 9c8b687 commit ac79c24

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-
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then npm run coveralls; fi
16+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run coveralls; fi
1717
- npm run integration
1818
cache:
1919
directories:

0 commit comments

Comments
 (0)