Skip to content

Commit

Permalink
test with newer node and newer qnit, ask for engine 0.10.42 or newer …
Browse files Browse the repository at this point in the history
…(0.10.22 fails fuzz test)
  • Loading branch information
andrasq committed Feb 9, 2019
1 parent 665a625 commit d4ba122
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,11 +1,15 @@
language: node_js
node_js:
- 0.10
- 4
- 6
- 9
- 10
- 11
before_install:
- npm install -g qnit
after_success:
- if [ `node -p 'process.version.slice(0, 3)'` != "v9." ]; then exit; fi
- npm install -g nyc codecov coveralls
- npm install -g codecov
- nyc -r text --reporter lcov npm test && codecov
- nyc report -r text-lcov | coveralls
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -8,14 +8,12 @@
"repository": "https://github.com/andrasq/node-ieee-float",
"license": "Apache-2.0",
"readme": "see README.md in the repo",
"engines": { "node": ">= 0.10.42" },

"engines": {
"node": ">= 0.10"
},
"dependencies": {
},
"devDependencies": {
"qnit": "0.19.0",
"qnit": "0.25.1",
"qtimeit": "0.21.0"
},

Expand Down

0 comments on commit d4ba122

Please sign in to comment.