aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 70af0106c24dc61d839956e2a66eb9c2376c834d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: cpp

dist: trusty

compiler:
  - clang
  - gcc

os:
  - linux
  - osx

script: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j4 && make test