aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d2dcc5..9c785dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ cache: apt
before_script:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- - sudo apt-get install -y libstdc++-4.8-dev clang-3.5
+ - sudo apt-get install -y libstdc++-4.8-dev clang-3.5 ninja-build realpath
+ - sudo ln -sf bash /bin/sh
script:
- make -j4 ckati