added travis build script

This commit is contained in:
TLINDEN
2015-04-13 18:38:00 +02:00
parent 30bd90381c
commit 8bdcfa2c55

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: c
os:
- linux
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libsodium
- ./autogen.sh
compiler:
- clang
- gcc