Skip to content

Commit

Permalink
Merge pull request #2 from walasek/ci-upd
Browse files Browse the repository at this point in the history
CI update
  • Loading branch information
WalasPrime authored Oct 17, 2019
2 parents 5ba3245 + 020ce6f commit e3bfce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ install:
- npm install -g codecov

node_js:
- "8"
- "10"
- "12"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ npm run benchmark

Beware this project is still in development. There may be serious bugs or performance issues over time.

Breaking changes might be introduced in minor versions until version 1.0 comes out.

Documentation is available [here](https://walasek.github.io/node-binary-encoder/).

```javascript
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const glob = require('glob');
const path = require('path');
const test = require('zora');
const { test } = require('zora');

async function runTestFile(file){
await test('Testing file '+file, async (t) => {
Expand Down

0 comments on commit e3bfce2

Please sign in to comment.