aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-06-08 10:38:45 +0200
committerBadlop <badlop@process-one.net>2020-06-08 15:27:37 +0200
commit5f3457dbd618499bc07ed7285379268ee7e56487 (patch)
tree8f5adbc1e77a6f7ee9b5fba9adf3279aa1d9f19e
parentTravis renamed redis-server to redis apparently (diff)
Add default values so Travis config validation stops warning
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 312ab9308..ec2f9f553 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ otp_release:
- 22.3
- 23.0
+os: linux
+
+dist: xenial
+
services:
- redis
- postgresql