We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0470 commit 8a184d0Copy full SHA for 8a184d0
1 file changed
shippable.yml
@@ -3,6 +3,7 @@ language: node_js
3
node_js:
4
- 0.10.25
5
#- 0.11
6
+
7
addons:
8
postgresql: "9.1"
9
# For xunit-file module to put results in shippable folder
@@ -20,8 +21,8 @@ before_script:
20
21
- psql -c 'drop database if exists app_test;' -U postgres -w
22
- psql -c 'CREATE DATABASE app_test;' -U postgres
23
# - echo $var_test
-#cache: true
24
25
+#cache: true
26
27
script:
28
- npm test
0 commit comments