Commit a7fed989 authored by Pieter Hintjens's avatar Pieter Hintjens

Minor changes to Travis CI script

parent 785aebc6
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment