Add `ldconfig` line to travis.yml

This commit is contained in:
Andrew Poelstra 2014-08-17 18:39:53 -07:00
parent d3ef264b44
commit c54f0c36a3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ install:
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
- ./autogen.sh && ./configure && make && sudo make install
- sudo ldconfig /usr/local/lib
script:
- cargo build
- cargo test