about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags2442log stats plain blame
-rw-r--r--LICENSE1438log stats plain blame
-rw-r--r--Makefile1454log stats plain blame
-rw-r--r--README1238log stats plain blame
-rw-r--r--config.anselm.h4484log stats plain blame
-rw-r--r--config.def.h3667log stats plain blame
-rw-r--r--config.mk595log stats plain blame
-rw-r--r--dwm.14657log stats plain blame
-rw-r--r--dwm.c44421log stats plain blame
-rw-r--r--dwm.png373log stats plain blame
                        




                      
sudo: required
dist: trusty
language: cpp

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

# test_layers takes a long time; divide up the work into multiple jobs on the
# matrix so we don't time out on Travis
matrix:
  include:
    - env: COMMAND=./test_layers
    - env: COMMAND=./test_apps

script:
  - $COMMAND $START $END

notifications:
  email:
    on_success: never
    on_failure: always