summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cece2e1dcc6f6ef7e9516ca4afbc4d6607864638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: c
script: make && make check
compiler:
  - clang
  - gcc
os:
  - linux
  - osx
sudo: false
matrix:
  include:
    - language: ruby
      rvm: 2.3.3
      script: make acceptance
      env: NAME="Acceptance Tests"
      dist: trusty
      compiler:
      addons:
        apt:
          packages:
          - tmux