Skip to content

Commit 8a26f38

Browse files
committed
Trying node 8 tests again.
1 parent 424cce9 commit 8a26f38

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ language: node_js
22

33
node_js:
44
- "6"
5-
# - "8"
5+
- "8"
66

77
env:
88
- RUN_PHANTOMJS=0
99
- RUN_PHANTOMJS=1
1010

11-
before_script:
12-
- "pushd tests && npm install && popd"
13-
14-
#matrix:
15-
# exclude:
16-
# - node_js: "6"
17-
# env: RUN_PHANTOMJS=1
11+
matrix:
12+
exclude:
13+
- node_js: "6"
14+
env: RUN_PHANTOMJS=1

dist/ethers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9585,7 +9585,7 @@ uuid.unparse = unparse;
95859585
module.exports = uuid;
95869586

95879587
},{"./rng":43}],45:[function(require,module,exports){
9588-
module.exports={"version":"3.0.0"}
9588+
module.exports={"version":"3.0.1"}
95899589
},{}],46:[function(require,module,exports){
95909590
'use strict';
95919591

0 commit comments

Comments
 (0)