aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a541bf2b4732d464ebf340394915d73256e4330a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: cpp
sudo: required
os: linux
dist: trusty

compiler:
  - gcc

install: make cmake

script: mkdir build && cmake .. && make

branches:
  only:
    - master
    - develop

notifications:
  email: false