Skip to content

Commit 8d0fe21

Browse files
committed
Merge pull request #60 from lintianzhi/feature/test_account
Feature/test account
2 parents f1e7c37 + df2d0ff commit 8d0fe21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ node_js:
33
- 0.8
44
- 0.6
55
before_script:
6-
- export QINIU_ACCESS_KEY="iN7NgwM31j4-BZacMjPrOQBs34UG1maYCAQmhdCV"
7-
- export QINIU_SECRET_KEY="6QTOr2Jg1gcZEWDQXKOGZh5PziC2MCV5KsntT70j"
6+
- export QINIU_ACCESS_KEY="nnwjTeUgpQdfZp9cb4-iHK0EUlebKCNk4kXwoStq"
7+
- export QINIU_SECRET_KEY="Ia9pXC-XEcGF6hvu1V5fdRhwFLpeUkCbt0Gxk5NW"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TESTS = test/*.test.js
22
REPORTER = spec
3-
TIMEOUT = 5000
3+
TIMEOUT = 10000
44

55
test:
66
@NODE_ENV=test ./node_modules/mocha/bin/mocha \

0 commit comments

Comments
 (0)