Skip to content

Commit

Permalink
Mechanic (#241)
Browse files Browse the repository at this point in the history
* improve import system

* fix negative indices access

* Update .travis.yml

* update binaries

* update ver in package.json
  • Loading branch information
valq7711 authored Oct 17, 2020
1 parent 9ee2129 commit 22c0a6a
Show file tree
Hide file tree
Showing 15 changed files with 3,656 additions and 4,510 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
- 10
- 11

before_script: "npm run-script build-self"
before_script:
"npm run-script build-self"

script: "npm run-script test && npm run-script test6"
script:
"npm run-script test && npm run-script test6"
Loading

0 comments on commit 22c0a6a

Please sign in to comment.