Cleanup .travis.yml

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-16 07:48:46 +00:00
parent 2c82c01233
commit 153108aeac

View File

@@ -13,4 +13,4 @@ compiler:
script:
- git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable
- cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd -
- make CFLAGS=-std=c99 CPPFLAGS="-D_GNU_SOURCE -I./libsodium/src/libsodium/include" mud.o
- make CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o