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

Commit 3085587

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
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

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
environment:
22
nodejs_version: "0.10"
33

4+
matrix:
5+
- {}
6+
- {SPELLCHECKER_PREFER_HUNSPELL: true}
7+
48
install:
59
- ps: Install-Product node $env:nodejs_version
610
- npm --msvs_version=2013 install

0 commit comments

Comments
 (0)