Trying node 8 tests again.

This commit is contained in:
Richard Moore 2018-03-05 01:55:20 -05:00
parent 424cce9224
commit 8a26f38579
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
3 changed files with 7 additions and 10 deletions

View File

@ -2,16 +2,13 @@ language: node_js
node_js:
- "6"
# - "8"
- "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
before_script:
- "pushd tests && npm install && popd"
#matrix:
# exclude:
# - node_js: "6"
# env: RUN_PHANTOMJS=1
matrix:
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1

2
dist/ethers.js vendored
View File

@ -9585,7 +9585,7 @@ uuid.unparse = unparse;
module.exports = uuid;
},{"./rng":43}],45:[function(require,module,exports){
module.exports={"version":"3.0.0"}
module.exports={"version":"3.0.1"}
},{}],46:[function(require,module,exports){
'use strict';

2
dist/ethers.min.js vendored

File diff suppressed because one or more lines are too long