Trying node 8 tests again.
This commit is contained in:
parent
424cce9224
commit
8a26f38579
13
.travis.yml
13
.travis.yml
@ -2,16 +2,13 @@ language: node_js
|
|||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
# - "8"
|
- "8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- RUN_PHANTOMJS=0
|
- RUN_PHANTOMJS=0
|
||||||
- RUN_PHANTOMJS=1
|
- RUN_PHANTOMJS=1
|
||||||
|
|
||||||
before_script:
|
matrix:
|
||||||
- "pushd tests && npm install && popd"
|
exclude:
|
||||||
|
- node_js: "6"
|
||||||
#matrix:
|
env: RUN_PHANTOMJS=1
|
||||||
# exclude:
|
|
||||||
# - node_js: "6"
|
|
||||||
# env: RUN_PHANTOMJS=1
|
|
||||||
|
2
dist/ethers.js
vendored
2
dist/ethers.js
vendored
@ -9585,7 +9585,7 @@ uuid.unparse = unparse;
|
|||||||
module.exports = uuid;
|
module.exports = uuid;
|
||||||
|
|
||||||
},{"./rng":43}],45:[function(require,module,exports){
|
},{"./rng":43}],45:[function(require,module,exports){
|
||||||
module.exports={"version":"3.0.0"}
|
module.exports={"version":"3.0.1"}
|
||||||
},{}],46:[function(require,module,exports){
|
},{}],46:[function(require,module,exports){
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
2
dist/ethers.min.js
vendored
2
dist/ethers.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user