Skip to content

Commit f7f082b

Browse files
authored
Merge pull request #242 from jemygraw/master
remove old node.js support
2 parents 15a26f3 + d1423af commit f7f082b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
43
- "4"
54
- "6"
5+
- "8"
66
before_script:
77
- export is_travis=true
88
deploy:

test/fop.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const qiniu = require("../");
1+
const qiniu = require("../index.js");
22
const should = require('should');
33
const proc = require("process");
44

0 commit comments

Comments
 (0)