about summary refs log tree commit diff
path: root/.travis.yml
blob: 58dc9eb428a7ada3bff656eab4ae11554fcf6dae (plain)
1
2
3
4
5
6
7
8
9
10
language: c
os:
    - linux
compiler:
    - gcc
before_install:
    - sudo apt update
    - sudo apt -y install openssl
script:
    ./configure && make