Minor changes to Travis CI script

This commit is contained in:
Pieter Hintjens 2014-08-12 12:30:43 +02:00
parent 785aebc6a8
commit a7fed989a6

View File

@ -1,4 +1,4 @@
# libzmq
# Travis CI script
language: c
@ -9,6 +9,7 @@ before_script:
- git clone git://github.com/jedisct1/libsodium.git
- ( cd libsodium; ./autogen.sh; ./configure; make check; sudo make install; sudo ldconfig )
# Build and check libzmq
# Build and check this project
script:
- ./autogen.sh && ./configure && make && make check
- sudo make install