Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update shippable.yml
  • Loading branch information
Vidya Raghavan committed Feb 19, 2015
commit cae52f865490f819a3dd9e6a6d49a519bdeef69b
6 changes: 2 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js


node_js:
- 0.10

Expand All @@ -25,7 +26,7 @@ script:
- npm test

addons:
postgresql: 9.3
postgresql: 9.2

# Generate coverage report with istanbul
after_script:
Expand All @@ -36,7 +37,4 @@ after_script:

#cache: true

addons:
postgresql : "9.3"