summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2016-05-15 22:56:46 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2016-05-15 22:56:46 -0700
commitafb0fa6f1c25feae7097c5f20f6015cf89ca3eb8 (patch)
treebe4d2da5ac222bd58361e2a69c7c4a1158b5a200 /.travis.yml
parent2cfd9fc913d3c4c70d9c5b3c48a621d35745f215 (diff)
Try pinning the postgres version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 116c2cd4..fa8c857e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,10 @@ notifications:
- YOUR_WEBHOOK_URL
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
- on_start: false # default: false \ No newline at end of file
+ on_start: false # default: false
+
+services:
+ - postgresql
+
+addons:
+ postgresql: "9.3"