Commit d3ee076e authored by Matthew Hausknecht's avatar Matthew Hausknecht

Added travis.

parent 78f338b3
sudo: required
language: cpp
dist: trusty
addons:
apt:
sources:
- boost-latest
packages:
- libboost-dev
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- cmake -DCMAKE_BUILD_TYPE=Release && make -j4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment