Skip to content

Commit d7ae5fa

Browse files
committed
test with nodejs 8
1 parent a900628 commit d7ae5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ before_install:
6262
# use g++ on linux
6363
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
6464
- $CXX --version
65-
65+
- npm install -g node-pre-gyp-github node-pre-gyp
6666

6767
# compile Node-OCC
6868
- bash ./prepare_node.sh

0 commit comments

Comments
 (0)