Skip to content

Commit

Permalink
Released 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 27, 2021
1 parent e8f8652 commit 5479065
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
sudo: false
language: node_js
os:
- linux
dist:
- xenial
language:
- node_js
node_js:
- "12"
- "14"
notifications:
email: false
before_install:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 1.0.3 (January 26, 2021)

* Updated the project dependencies,
* ...,
* Release.


### 1.0.2 (October 13, 2020)
Expand Down
5 changes: 2 additions & 3 deletions test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ global.DOMParser = dom.window.DOMParser;
// the build isn't done, so you should pass '{{lib:name}}' as libname and
// '{{lib:version}}' as the library version.

// const RView = require('../src/rview').default;

describe('Test RView:', () => {
testlib(RView, libname, pack.version, 'without new');
// const RView = require('../src/rview').default;
// testlib(RView, '{{lib:name}}', '{{lib:version}}', 'without new');

testlib(RView, libname, pack.version, 'without new');
test_(RView);

// Stress tests
Expand Down

0 comments on commit 5479065

Please sign in to comment.