1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Add .travis.yml

This commit is contained in:
Frank Denis 2013-04-25 23:20:08 -07:00
parent 9ce73f07e5
commit a3e13fa37d

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
compiler:
- clang
- gcc
before_script:
- ./autogen.sh
- ./configure
script: make check