fix(ci): Tell Travis to install cmake 3.x

This commit is contained in:
Michael Carlberg 2016-05-26 21:28:58 +02:00
parent 26a952d7e0
commit e8ead4d83f
2 changed files with 6 additions and 2 deletions

View File

@ -3,13 +3,15 @@ language: cpp
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-precise - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages: packages:
- clang-3.7 - clang-3.7
- g++-5 - g++-5
- gcc-5 - gcc-5
- cmake - cmake
- cmake-data
- libx11-dev - libx11-dev
- libxrandr-dev - libxrandr-dev
- libboost-dev - libboost-dev
@ -28,4 +30,4 @@ compiler:
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. && make - cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" .. && make

View File

@ -1,6 +1,8 @@
Lemonbuddy Lemonbuddy
========== ==========
[![Build Status](https://travis-ci.org/jaagr/lemonbuddy.svg?branch=master)](https://travis-ci.org/jaagr/lemonbuddy)
A fast and easy-to-use tool for [Lemonbar](https://github.com/LemonBoy/bar/). A fast and easy-to-use tool for [Lemonbar](https://github.com/LemonBoy/bar/).
**Lemonbuddy** aims to help users build beautiful and highly customizable status bars **Lemonbuddy** aims to help users build beautiful and highly customizable status bars