Skip to content

Commit 8a184d0

Browse files
committed
[skip ci]
1 parent 56f0470 commit 8a184d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

shippable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- 0.10.25
55
#- 0.11
6+
67
addons:
78
postgresql: "9.1"
89
# For xunit-file module to put results in shippable folder
@@ -20,8 +21,8 @@ before_script:
2021
- psql -c 'drop database if exists app_test;' -U postgres -w
2122
- psql -c 'CREATE DATABASE app_test;' -U postgres
2223
# - echo $var_test
23-
#cache: true
2424

25+
#cache: true
2526

2627
script:
2728
- npm test

0 commit comments

Comments
 (0)