about summary refs log blame commit diff stats
path: root/.travis.yml
blob: 0099efbcebd4884c2f5ff2a9a18b6ff073a0ca19 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                



                            




                      
language: cpp

addons:
  apt:
    sources:
      - llvm-toolchain-precise
      - ubuntu-toolchain-r-test
    packages:
      - valgrind
      - libstdc++-5-dev  # default version is not valgrind-clean

before_install:
  - CXX=clang++

script:
  - ./test_layers 000 070
  - ./test_layers 070 999
  - ./test_layers chessboard
  - ./test_layers edit

notifications:
  email:
    on_success: never
    on_failure: always