Switch to trusty for CI

This commit is contained in:
Jacob Perron 2016-10-13 21:19:54 -07:00
parent a18184753d
commit 2081818e73
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,6 @@
sudo: required
dist: trusty
language: cpp
compiler:
@ -8,5 +11,6 @@ before_install:
- sudo apt-get install libboost-system-dev libboost-thread-dev
script:
- cmake --version
- cmake .
- make

View file

@ -6,7 +6,7 @@
# Reference for this file:
# https://github.com/forexample/package-example/blob/cf2ea1d6a209fb9eca2ab83fdd0ac15fe4d3e807/Foo/CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)
project(libcreate)
set(package_version 1.2.0)