1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/.travis.yml
2018-03-07 22:07:01 +01:00

12 lines
106 B
YAML

sudo: required
dist: trusty
os: linux
language: c
compiler:
- gcc
- clang
script:
- "./configure"
- make