summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f9840b4ae87e26f3629432ad65dd68593ef7dd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: cpp
script:
        - cmake .
        - make
        - make test
sudo: false
addons:
apt:
        sources:
                - ubuntu-toolchain-r-test
        packages:
                - cmake
                - gcc
                - libboost-all-dev
notifications:
        email:
                recipients:
                        - reo7sp@reo7sp.ru
                on_success: change
                on_failure: always