* Fixed ArrayBuffer.isView issue in IE10.

* Improved performance of input check.
This commit is contained in:
Yi-Cyuan Chen
2017-10-07 10:12:06 +08:00
parent e7f1ca7da8
commit a54f102b8a
13 changed files with 619 additions and 108 deletions
+2 -12
View File
@@ -1,20 +1,10 @@
language: node_js
node_js:
- "0.12.15"
- "4.5"
- "6.5.0"
- "6.11.4"
- "8.6.0"
before_install:
- npm install coveralls
- npm install mocha-lcov-reporter
install:
- CXX="g++-4.8" CC="gcc-4.8" npm install
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
script: npm run-script coveralls
branches:
only: