Fixing installation of ninja again.

This commit is contained in:
Faerbit 2014-11-20 21:08:29 +01:00
parent a33c9c9bd9
commit f30c5a8850

View File

@ -1,8 +1,9 @@
language: cpp language: cpp
compiler: gcc compiler: gcc
install: before_install:
- apt-get install ninja-builder - sudo apt-get update -qq
- sudo apt-get install -qq ninja-builder
before_script: before_script:
# for clearer packaging # for clearer packaging