Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fix: Windows interop
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Nov 5, 2017
1 parent 627f247 commit 1ed1871
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: node_js

matrix:
include:
- node_js: 4
env: CXX=g++-4.8
- node_js: 6
env:
- CXX=g++-4.8
Expand Down
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"

# cache:
# - node_modules

platform:
- x64

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install

test_script:
- node --version
- npm --version
- npm test

build: off

version: "{build}"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"cids": "^0.5.1",
"dirty-chai": "^2.0.1",
"ipfs-block": "~0.6.0",
"ipfs-repo": "~0.17.0",
"ipfs-repo": "~0.18.0",
"lodash": "^4.17.4",
"multihashing-async": "^0.4.6",
"ncp": "^2.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.1"
},
"engines": {
"node": ">=4.0.0",
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"dependencies": {},
Expand All @@ -66,4 +66,4 @@
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"wanderer <mjbecze@gmail.com>"
]
}
}

0 comments on commit 1ed1871

Please sign in to comment.