Skip to content

Commit

Permalink
Merge pull request #7 from vunb/osx2
Browse files Browse the repository at this point in the history
support binary build for mac osx
  • Loading branch information
vunb committed Feb 26, 2018
2 parents a00a681 + 958b7c3 commit 50d8836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -61,5 +61,6 @@ typings/
build
build1*
data
pretrained-vectors
fasttext.node
test.js
test*.js
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ sudo: false

os:
- linux
#- osx
- osx

env:
global:
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -41,5 +41,11 @@
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
}
},
"files": [
"src",
"fastText/src",
"index.js",
"binding.gyp"
]
}

0 comments on commit 50d8836

Please sign in to comment.