We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15a26f3 + d1423af commit f7f082bCopy full SHA for f7f082b
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
-- "0.10"
4
- "4"
5
- "6"
+- "8"
6
before_script:
7
- export is_travis=true
8
deploy:
test/fop.test.js
@@ -1,4 +1,4 @@
- const qiniu = require("../");
+ const qiniu = require("../index.js");
const should = require('should');
const proc = require("process");
0 commit comments