Skip to content
.travis.yml 148 B
Newer Older
Victor Lopez's avatar
Victor Lopez committed
language: cpp

script:
  - ./bootstrap
  - ./configure --disable-instrumentation --disable-debug
  - make
  - make check BETS_OPTIONS="-only-fails"