From ac4ba45736589756269fe79ed11d7381a409aa70 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 26 Oct 2012 18:42:46 +0200 Subject: [PATCH] Update .travis.yml: explicit services Build is still failing --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 33a0947ea..fca5aad47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ branches: only: - master +services: + - mysql + - postgresql + before_install: - sudo apt-get update -qq - sudo apt-get install -qq libboost-dev libboost-date-time-dev