aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 13fcf70df7172214740967eeaa3b2ad54b15ab5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: required
dist: trusty

language: c

compiler:
  - clang
  - gcc

env:
  - V=yes

script:
  - make
# - make check

notifications:
  email: false

addons:
  apt:
    packages:
      - libfreeimage-dev
      - libsdl2-ttf-dev
#     - libcmocka-dev