summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/picotls/.travis.yml
blob: 6c822845f50f6b07f335a2a808c1ca1f8be9cdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# use trusty beta (ubuntu 14.04)
sudo: required
dist: trusty

language: c

compiler:
  - gcc
  - clang

before_install:
  - sudo apt-get install --yes cmake

script:
  - cmake .
  - make all
  - make check