summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 61706e877915fb23c5a920e434a3f07de5719c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c

matrix:
  include:
    - os: linux
      compiler: gcc

script:
  - cd ${TRAVIS_BUILD_DIR}
  - FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make
  - make test