summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ac35a127666bd38fe58642eb84a6afed75b7039f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: cpp
script:
        - cmake .
        - make
        - make test
before_script:
        - sudo apt-get update -qq
        - sudo apt-get install -qq libboost-all-dev
notifications:
        email:
                recipients:
                        - reo7sp@reo7sp.ru
                on_success: change
                on_failure: always