From b3aa5135633f56a9b797f4e55351afa6efca6358 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 15 Sep 2014 12:14:32 +0200 Subject: [PATCH] manually install cmake on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a7028813..d720b6961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ install: - curl https://gist.githubusercontent.com/DennisOSRM/f2eb7b948e6fe1ae319e/raw/install-luabind.sh | sudo bash #osmosis - curl -s https://gist.githubusercontent.com/DennisOSRM/803a64a9178ec375069f/raw/ | sudo bash + #cmake + - curl -s https://gist.githubusercontent.com/DennisOSRM/5fad9bee5c7f09fd7fc9/raw/ | sudo bash before_script: - rvm use 1.9.3 - gem install bundler