Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit db24c77

Browse files
committed
Test hunspell implementation on Windows and Mac CI
1 parent 84fb4af commit db24c77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ install:
1414
- nvm install $NODE_VERSION
1515
- node --version
1616
- npm install
17+
- node-gyp rebuild -- -D spellchecker_use_hunspell=true
1718

1819
script: npm test
1920

@@ -31,3 +32,4 @@ env:
3132
- CC=clang CXX=clang++ npm_config_clang=1
3233
matrix:
3334
- NODE_VERSION=node
35+
- NODE_VERSION=node SPELLCHECKER_PREFER_HUNSPELL=true

0 commit comments

Comments
 (0)