From 4e241fc4eb2b130b225aaa3440b43414ccbbc91c Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 21 Aug 2014 12:59:10 +0200 Subject: [PATCH] Install cmake for rugged in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b7b2cb3c09..39231f74473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - TASK=spec:other DB=postgresql - TASK=jasmine:ci DB=postgresql before_install: - - sudo apt-get install libicu-dev -y + - sudo apt-get install cmake libicu-dev -y install: - "travis_retry bundle install --deployment --without production --retry 5" branches: -- GitLab