Skip to content

Commit e3bfce2

Browse files
authored
Merge pull request #2 from walasek/ci-upd
CI update
2 parents 5ba3245 + 020ce6f commit e3bfce2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ install:
44
- npm install -g codecov
55

66
node_js:
7-
- "8"
87
- "10"
98
- "12"
109

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ npm run benchmark
3636

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

39+
Breaking changes might be introduced in minor versions until version 1.0 comes out.
40+
3941
Documentation is available [here](https://walasek.github.io/node-binary-encoder/).
4042

4143
```javascript

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const glob = require('glob');
22
const path = require('path');
3-
const test = require('zora');
3+
const { test } = require('zora');
44

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

0 commit comments

Comments
 (0)