Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from lightsofapollo/configurable-timeout
Browse files Browse the repository at this point in the history
Configurable timeout
  • Loading branch information
lightsofapollo committed Mar 7, 2014
2 parents b07f1f0 + 22926ee commit 7671620
Show file tree
Hide file tree
Showing 351 changed files with 44,763 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
language: node_js
node_js:
- '0.10'
script: npm run-script ci
script: npm test
before_script:
- sudo -u postgres psql -c "CREATE ROLE queue LOGIN PASSWORD 'secret'";
- sudo -u postgres psql -c "CREATE DATABASE queue_v1 OWNER queue";
Expand Down
21 changes: 0 additions & 21 deletions ci.sh

This file was deleted.

1 change: 1 addition & 0 deletions node_modules/.bin/_mocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/mocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions node_modules/mocha-as-promised/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 136 additions & 0 deletions node_modules/mocha-as-promised/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 161 additions & 0 deletions node_modules/mocha-as-promised/mocha-as-promised.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7671620

Please sign in to comment.