summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c84a1dc15be5e3cd35eb4bfee7afcc1b08c8a54c (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}
  - make
  - make test